Shades of Summer Sky #49AFDC
Tints of Summer Sky #49AFDC
RGB
CMYK
RGB Variations
Color information
#49AFDC (or 0x49AFDC) is known color: Summer Sky. HEX triplet: 49, AF and DC. RGB value is (73,175,220). Sum of RGB (Red+Green+Blue) = 73+175+220=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #49AFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFDC is #B65023. Grayscale: #959595. Windows color (decimal): -11948068 or 14462793. OLE color: 14462793.
HSL color Cylindrical-coordinate representation of color #49AFDC: hue angle of 198.37º 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 #49AFDC is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 175 | 220 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.14 |
| HSL | 198.37º | 0.68% | 0.57% | - |
| HSV(B) | 198.37º | 0.67% | 0.86% | - |
| XYZ | 31 | 37.24 | 73.27 | - |
| YUV | 149.63 | 167.71 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 220 | 0.67 | 0.20 | 0 | 0.14 | 198.37 | 0.68 | 0.57 |
| Hex | 49 | AF | DC | 43 | 14 | 0 | E | C6 | 44 | 39 |
| Octal | 111 | 257 | 334 | 103 | 24 | 0 | 16 | 306 | 104 | 71 |
| Binary | 1001001 | 10101111 | 11011100 | 1000011 | 10100 | 0 | 1110 | 11000110 | 1000100 | 111001 |
Color Harmonies of #49AFDC
Complementary color
Monochromatic Colors of #49AFDC
Black with #49AFDC
Text Example
Text Example
White with #49AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFDC; }
p { color: rgb(73,175,220); }
H1.HeaderClassName
{
color: #49AFDC;
}
.AnyTagClassName
{
color: #49AFDC;
}
</style>
background-color css
<style>
a { background-color: #49AFDC; }
a { background-color: rgb(73,175,220); }
div.DivClassName
{
background-color: #49AFDC;
}
.BgClassName
{
background-color: #49AFDC;
}
</style>
border-color css
<style>
span { border-color: #49AFDC; }
span { border-color: rgb(73,175,220); }
td.TdClassName
{
border-color: #49AFDC;
}
.TagClassName
{
border-color: #49AFDC;
}
</style>