#49A5DC

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

Shades of Summer Sky #49A5DC

Tints of Summer Sky #49A5DC

Color information

#49A5DC (or 0x49A5DC) is unknown color: approx Summer Sky. HEX triplet: 49, A5 and DC. RGB value is (73,165,220). Sum of RGB (Red+Green+Blue) = 73+165+220=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #49A5DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A5DC is #B65A23. Grayscale: #8F8F8F. Windows color (decimal): -11950628 or 14460233. OLE color: 14460233.

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

Color convert

RGB73165220-
CMYK0.670.2500.14
HSL202.45º67.74%57.45%-
HSV(B)202.45º66.82%86.27%-
XYZ29.1233.4972.64-
YUV143.76171.0277.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.94%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 220 (86.33% from 255) = 48.03%
R=15.94%
G=36.03%
B=48.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal731652200.670.2500.14202.4567.7457.45
Hex49A5DC43190Eca4439
Octal1112453341033101631210471
Binary1001001101001011101110010000111100101110110010101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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