#49A6E8

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

Shades of Summer Sky #49A6E8

Tints of Summer Sky #49A6E8

Color information

#49A6E8 (or 0x49A6E8) is unknown color: approx Summer Sky. HEX triplet: 49, A6 and E8. RGB value is (73,166,232). Sum of RGB (Red+Green+Blue) = 73+166+232=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #49A6E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A6E8 is #B65917. Grayscale: #919191. Windows color (decimal): -11950360 or 15246921. OLE color: 15246921.

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

Color convert

RGB73166232-
CMYK0.690.2800.09
HSL204.91º77.56%59.8%-
HSV(B)204.91º68.53%90.98%-
XYZ30.9534.5281.37-
YUV145.72176.6976.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.50%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 232 (91.02% from 255) = 49.26%
R=15.50%
G=35.24%
B=49.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal731662320.690.2800.09204.9177.5659.8
Hex49A6E8451C09cd4e3c
Octal1112463501053401131511674
Binary1001001101001101110100010001011110001001110011011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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