#49A5EA

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

Shades of Summer Sky #49A5EA

Tints of Summer Sky #49A5EA

Color information

#49A5EA (or 0x49A5EA) is unknown color: approx Summer Sky. HEX triplet: 49, A5 and EA. RGB value is (73,165,234). Sum of RGB (Red+Green+Blue) = 73+165+234=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #49A5EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A5EA is #B65A15. Grayscale: #909090. Windows color (decimal): -11950614 or 15377737. OLE color: 15377737.

HSL color Cylindrical-coordinate representation of color #49A5EA: hue angle of 205.71º 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 #49A5EA is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73165234-
CMYK0.690.2900.08
HSL205.71º79.31%60.2%-
HSV(B)205.71º68.8%91.76%-
XYZ31.0534.2782.82-
YUV145.36178.0276.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.47%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 234 (91.80% from 255) = 49.58%
R=15.47%
G=34.96%
B=49.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731652340.690.2900.08205.7179.3160.2
Hex49A5EA451D08ce4f3c
Octal1112453521053501031611774
Binary1001001101001011110101010001011110101000110011101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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