#49a5e8

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

Shades of Summer Sky #49A5E8

Tints of Summer Sky #49A5E8

Color information

#49A5E8 (or 0x49A5E8) is unknown color: approx Summer Sky. HEX triplet: 49, A5 and E8. RGB value is (73,165,232). Sum of RGB (Red+Green+Blue) = 73+165+232=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #49A5E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A5E8 is #B65A17. Grayscale: #909090. Windows color (decimal): -11950616 or 15246665. OLE color: 15246665.

HSL color Cylindrical-coordinate representation of color #49A5E8: hue angle of 205.28º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A5E8 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB73165232-
CMYK0.690.2900.09
HSL205.28º77.56%59.8%-
HSV(B)205.28º68.53%90.98%-
XYZ30.7734.1581.31-
YUV145.13177.0276.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.53%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 232 (91.02% from 255) = 49.36%
R=15.53%
G=35.11%
B=49.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal731652320.690.2900.09205.2877.5659.8
Hex49A5E8451D09cd4e3c
Octal1112453501053501131511674
Binary1001001101001011110100010001011110101001110011011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49a5e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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