Shades of Summer Sky #4DAFDC
Tints of Summer Sky #4DAFDC
RGB
CMYK
RGB Variations
Color information
#4DAFDC (or 0x4DAFDC) is known color: Summer Sky. HEX triplet: 4D, AF and DC. RGB value is (77,175,220). Sum of RGB (Red+Green+Blue) = 77+175+220=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 175 (68.75% from 255 or 37.08% 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 #4DAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFDC is #B25023. Grayscale: #969696. Windows color (decimal): -11685924 or 14462797. OLE color: 14462797.
HSL color Cylindrical-coordinate representation of color #4DAFDC: hue angle of 198.88º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DAFDC is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 175 | 220 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.14 |
| HSL | 198.88º | 0.67% | 0.58% | - |
| HSV(B) | 198.88º | 0.65% | 0.86% | - |
| XYZ | 31.31 | 37.41 | 73.28 | - |
| YUV | 150.83 | 167.03 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 220 | 0.65 | 0.20 | 0 | 0.14 | 198.88 | 0.67 | 0.58 |
| Hex | 4D | AF | DC | 41 | 14 | 0 | E | C7 | 43 | 3A |
| Octal | 115 | 257 | 334 | 101 | 24 | 0 | 16 | 307 | 103 | 72 |
| Binary | 1001101 | 10101111 | 11011100 | 1000001 | 10100 | 0 | 1110 | 11000111 | 1000011 | 111010 |
Color Harmonies of #4DAFDC
Complementary color
Monochromatic Colors of #4DAFDC
Black with #4DAFDC
Text Example
Text Example
White with #4DAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAFDC; }
p { color: rgb(77,175,220); }
H1.HeaderClassName
{
color: #4DAFDC;
}
.AnyTagClassName
{
color: #4DAFDC;
}
</style>
background-color css
<style>
a { background-color: #4DAFDC; }
a { background-color: rgb(77,175,220); }
div.DivClassName
{
background-color: #4DAFDC;
}
.BgClassName
{
background-color: #4DAFDC;
}
</style>
border-color css
<style>
span { border-color: #4DAFDC; }
span { border-color: rgb(77,175,220); }
td.TdClassName
{
border-color: #4DAFDC;
}
.TagClassName
{
border-color: #4DAFDC;
}
</style>