#49B5DD

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

Shades of Summer Sky #49B5DD

Tints of Summer Sky #49B5DD

Color information

#49B5DD (or 0x49B5DD) is unknown color: approx Summer Sky. HEX triplet: 49, B5 and DD. RGB value is (73,181,221). Sum of RGB (Red+Green+Blue) = 73+181+221=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #49B5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B5DD is #B64A22. Grayscale: #999999. Windows color (decimal): -11946531 or 14529865. OLE color: 14529865.

HSL color Cylindrical-coordinate representation of color #49B5DD: hue angle of 196.22º 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 #49B5DD is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73181221-
CMYK0.670.1800.13
HSL196.22º68.52%57.65%-
HSV(B)196.22º66.97%86.67%-
XYZ32.3239.6874.36-
YUV153.27166.2270.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.37%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=15.37%
G=38.11%
B=46.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731812210.670.1800.13196.2268.5257.65
Hex49B5DD43120Dc4453a
Octal1112653351032201530410572
Binary1001001101101011101110110000111001001101110001001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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