#49B3DC

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

Shades of Summer Sky #49B3DC

Tints of Summer Sky #49B3DC

Color information

#49B3DC (or 0x49B3DC) is unknown color: approx Summer Sky. HEX triplet: 49, B3 and DC. RGB value is (73,179,220). Sum of RGB (Red+Green+Blue) = 73+179+220=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #49B3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B3DC is #B64C23. Grayscale: #979797. Windows color (decimal): -11947044 or 14463817. OLE color: 14463817.

HSL color Cylindrical-coordinate representation of color #49B3DC: hue angle of 196.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49B3DC is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB73179220-
CMYK0.670.1900.14
HSL196.73º67.74%57.45%-
HSV(B)196.73º66.82%86.27%-
XYZ31.7938.8273.53-
YUV151.98166.3871.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.47%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=15.47%
G=37.92%
B=46.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal731792200.670.1900.14196.7367.7457.45
Hex49B3DC43130Ec54439
Octal1112633341032301630510471
Binary1001001101100111101110010000111001101110110001011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,179,220); }

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

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

 a { background-color: rgb(73,179,220); }

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

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

 span { border-color: rgb(73,179,220); }

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