Shades of Summer Sky #4DAFE1
Tints of Summer Sky #4DAFE1
RGB
CMYK
RGB Variations
Color information
#4DAFE1 (or 0x4DAFE1) is known color: Summer Sky. HEX triplet: 4D, AF and E1. RGB value is (77,175,225). Sum of RGB (Red+Green+Blue) = 77+175+225=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #4DAFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFE1 is #B2501E. Grayscale: #979797. Windows color (decimal): -11685919 or 14790477. OLE color: 14790477.
HSL color Cylindrical-coordinate representation of color #4DAFE1: hue angle of 200.27º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DAFE1 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 175 | 225 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.12 |
| HSL | 200.27º | 0.71% | 0.59% | - |
| HSV(B) | 200.27º | 0.66% | 0.88% | - |
| XYZ | 31.98 | 37.67 | 76.82 | - |
| YUV | 151.4 | 169.53 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 225 | 0.66 | 0.22 | 0 | 0.12 | 200.27 | 0.71 | 0.59 |
| Hex | 4D | AF | E1 | 42 | 16 | 0 | C | C8 | 47 | 3B |
| Octal | 115 | 257 | 341 | 102 | 26 | 0 | 14 | 310 | 107 | 73 |
| Binary | 1001101 | 10101111 | 11100001 | 1000010 | 10110 | 0 | 1100 | 11001000 | 1000111 | 111011 |
Color Harmonies of #4DAFE1
Complementary color
Monochromatic Colors of #4DAFE1
Black with #4DAFE1
Text Example
Text Example
White with #4DAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAFE1; }
p { color: rgb(77,175,225); }
H1.HeaderClassName
{
color: #4DAFE1;
}
.AnyTagClassName
{
color: #4DAFE1;
}
</style>
background-color css
<style>
a { background-color: #4DAFE1; }
a { background-color: rgb(77,175,225); }
div.DivClassName
{
background-color: #4DAFE1;
}
.BgClassName
{
background-color: #4DAFE1;
}
</style>
border-color css
<style>
span { border-color: #4DAFE1; }
span { border-color: rgb(77,175,225); }
td.TdClassName
{
border-color: #4DAFE1;
}
.TagClassName
{
border-color: #4DAFE1;
}
</style>