#49A8DD

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

Shades of Summer Sky #49A8DD

Tints of Summer Sky #49A8DD

Color information

#49A8DD (or 0x49A8DD) is unknown color: approx Summer Sky. HEX triplet: 49, A8 and DD. RGB value is (73,168,221). Sum of RGB (Red+Green+Blue) = 73+168+221=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #49A8DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8DD is #B65722. Grayscale: #919191. Windows color (decimal): -11949859 or 14526537. OLE color: 14526537.

HSL color Cylindrical-coordinate representation of color #49A8DD: hue angle of 201.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49A8DD is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73168221-
CMYK0.670.2400.13
HSL201.49º68.52%57.65%-
HSV(B)201.49º66.97%86.67%-
XYZ29.834.6473.52-
YUV145.64170.5376.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.80%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 221 (86.72% from 255) = 47.84%
R=15.80%
G=36.36%
B=47.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731682210.670.2400.13201.4968.5257.65
Hex49A8DD43180Dc9453a
Octal1112503351033001531110572
Binary1001001101010001101110110000111100001101110010011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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