#49A7DB

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

Shades of Summer Sky #49A7DB

Tints of Summer Sky #49A7DB

Color information

#49A7DB (or 0x49A7DB) is unknown color: approx Summer Sky. HEX triplet: 49, A7 and DB. RGB value is (73,167,219). Sum of RGB (Red+Green+Blue) = 73+167+219=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #49A7DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A7DB is #B65824. Grayscale: #909090. Windows color (decimal): -11950117 or 14395209. OLE color: 14395209.

HSL color Cylindrical-coordinate representation of color #49A7DB: hue angle of 201.37º degrees, saturation: 0.67, 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 #49A7DB is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB73167219-
CMYK0.670.2400.14
HSL201.37º66.97%57.25%-
HSV(B)201.37º66.67%85.88%-
XYZ29.3534.1772.07-
YUV144.82169.8676.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.90%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=15.90%
G=36.38%
B=47.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal731672190.670.2400.14201.3766.9757.25
Hex49A7DB43180Ec94339
Octal1112473331033001631110371
Binary1001001101001111101101110000111100001110110010011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,167,219); }

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

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

 a { background-color: rgb(73,167,219); }

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

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

 span { border-color: rgb(73,167,219); }

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