#49A8E8

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

Shades of Summer Sky #49A8E8

Tints of Summer Sky #49A8E8

Color information

#49A8E8 (or 0x49A8E8) is unknown color: approx Summer Sky. HEX triplet: 49, A8 and E8. RGB value is (73,168,232). Sum of RGB (Red+Green+Blue) = 73+168+232=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #49A8E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A8E8 is #B65717. Grayscale: #929292. Windows color (decimal): -11949848 or 15247433. OLE color: 15247433.

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

Color convert

RGB73168232-
CMYK0.690.2800.09
HSL204.15º77.56%59.8%-
HSV(B)204.15º68.53%90.98%-
XYZ31.3235.2581.5-
YUV146.89176.0375.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.43%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 232 (91.02% from 255) = 49.05%
R=15.43%
G=35.52%
B=49.05%

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
Decimal731682320.690.2800.09204.1577.5659.8
Hex49A8E8451C09cc4e3c
Octal1112503501053401131411674
Binary1001001101010001110100010001011110001001110011001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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