#4AAFE2

Color #4AAFE2 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #4AAFE2

Tints of Summer Sky #4AAFE2

Color information

#4AAFE2 (or 0x4AAFE2) is unknown color: approx Summer Sky. HEX triplet: 4A, AF and E2. RGB value is (74,175,226). Sum of RGB (Red+Green+Blue) = 74+175+226=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 226 - color contains mainly: blue. Hex color #4AAFE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAFE2 is #B5501D. Grayscale: #969696. Windows color (decimal): -11882526 or 14856010. OLE color: 14856010.

HSL color Cylindrical-coordinate representation of color #4AAFE2: hue angle of 200.13º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AAFE2 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB74175226-
CMYK0.670.2300.11
HSL200.13º72.38%58.82%-
HSV(B)200.13º67.26%88.63%-
XYZ31.8837.6177.53-
YUV150.62170.5473.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 15.58%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 226 (88.67% from 255) = 47.58%
R=15.58%
G=36.84%
B=47.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal741752260.670.2300.11200.1372.3858.82
Hex4AAFE243170Bc8483b
Octal1122573421032701331011073
Binary1001010101011111110001010000111011101011110010001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AAFE2; }

 p { color: rgb(74,175,226); }

 H1.HeaderClassName
 {
   color: #4AAFE2;
 }
 .AnyTagClassName
 {
   color: #4AAFE2;
 }
</style>
background-color css

<style>
 a { background-color: #4AAFE2; }

 a { background-color: rgb(74,175,226); }

 div.DivClassName
 {
   background-color: #4AAFE2;
 }
 .BgClassName
 {
   background-color: #4AAFE2;
 }
</style>
border-color css

<style>
 span { border-color: #4AAFE2; }

 span { border-color: rgb(74,175,226); }

 td.TdClassName
 {
   border-color: #4AAFE2;
 }
 .TagClassName
 {
   border-color: #4AAFE2;
 }
</style>