Shades of Summer Sky #4DAFDE
Tints of Summer Sky #4DAFDE
RGB
CMYK
RGB Variations
Color information
#4DAFDE (or 0x4DAFDE) is known color: Summer Sky. HEX triplet: 4D, AF and DE. RGB value is (77,175,222). Sum of RGB (Red+Green+Blue) = 77+175+222=474 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.24% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #4DAFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFDE is #B25021. Grayscale: #969696. Windows color (decimal): -11685922 or 14593869. OLE color: 14593869.
HSL color Cylindrical-coordinate representation of color #4DAFDE: hue angle of 199.45º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DAFDE is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 175 | 222 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.13 |
| HSL | 199.45º | 0.69% | 0.59% | - |
| HSV(B) | 199.45º | 0.65% | 0.87% | - |
| XYZ | 31.58 | 37.51 | 74.68 | - |
| YUV | 151.06 | 168.03 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 222 | 0.65 | 0.21 | 0 | 0.13 | 199.45 | 0.69 | 0.59 |
| Hex | 4D | AF | DE | 41 | 15 | 0 | D | C7 | 45 | 3B |
| Octal | 115 | 257 | 336 | 101 | 25 | 0 | 15 | 307 | 105 | 73 |
| Binary | 1001101 | 10101111 | 11011110 | 1000001 | 10101 | 0 | 1101 | 11000111 | 1000101 | 111011 |
Color Harmonies of #4DAFDE
Complementary color
Monochromatic Colors of #4DAFDE
Black with #4DAFDE
Text Example
Text Example
White with #4DAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAFDE; }
p { color: rgb(77,175,222); }
H1.HeaderClassName
{
color: #4DAFDE;
}
.AnyTagClassName
{
color: #4DAFDE;
}
</style>
background-color css
<style>
a { background-color: #4DAFDE; }
a { background-color: rgb(77,175,222); }
div.DivClassName
{
background-color: #4DAFDE;
}
.BgClassName
{
background-color: #4DAFDE;
}
</style>
border-color css
<style>
span { border-color: #4DAFDE; }
span { border-color: rgb(77,175,222); }
td.TdClassName
{
border-color: #4DAFDE;
}
.TagClassName
{
border-color: #4DAFDE;
}
</style>