#49A4EA

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

Shades of Summer Sky #49A4EA

Tints of Summer Sky #49A4EA

Color information

#49A4EA (or 0x49A4EA) is unknown color: approx Summer Sky. HEX triplet: 49, A4 and EA. RGB value is (73,164,234). Sum of RGB (Red+Green+Blue) = 73+164+234=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #49A4EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A4EA is #B65B15. Grayscale: #909090. Windows color (decimal): -11950870 or 15377481. OLE color: 15377481.

HSL color Cylindrical-coordinate representation of color #49A4EA: hue angle of 206.09º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A4EA is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73164234-
CMYK0.690.3000.08
HSL206.09º79.31%60.2%-
HSV(B)206.09º68.8%91.76%-
XYZ30.8733.9182.76-
YUV144.77178.3576.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.50%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 234 (91.80% from 255) = 49.68%
R=15.50%
G=34.82%
B=49.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731642340.690.3000.08206.0979.3160.2
Hex49A4EA451E08ce4f3c
Octal1112443521053601031611774
Binary1001001101001001110101010001011111001000110011101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A4EA; }

 p { color: rgb(73,164,234); }

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

<style>
 a { background-color: #49A4EA; }

 a { background-color: rgb(73,164,234); }

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

<style>
 span { border-color: #49A4EA; }

 span { border-color: rgb(73,164,234); }

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