Shades of Summer Sky #4EAFDC
Tints of Summer Sky #4EAFDC
RGB
CMYK
RGB Variations
Color information
#4EAFDC (or 0x4EAFDC) is known color: Summer Sky. HEX triplet: 4E, AF and DC. RGB value is (78,175,220). Sum of RGB (Red+Green+Blue) = 78+175+220=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFDC is #B15023. Grayscale: #969696. Windows color (decimal): -11620388 or 14462798. OLE color: 14462798.
HSL color Cylindrical-coordinate representation of color #4EAFDC: hue angle of 199.01º 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 #4EAFDC is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 175 | 220 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.14 |
| HSL | 199.01º | 0.67% | 0.58% | - |
| HSV(B) | 199.01º | 0.65% | 0.86% | - |
| XYZ | 31.39 | 37.45 | 73.28 | - |
| YUV | 151.13 | 166.86 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 220 | 0.65 | 0.20 | 0 | 0.14 | 199.01 | 0.67 | 0.58 |
| Hex | 4E | AF | DC | 41 | 14 | 0 | E | C7 | 43 | 3A |
| Octal | 116 | 257 | 334 | 101 | 24 | 0 | 16 | 307 | 103 | 72 |
| Binary | 1001110 | 10101111 | 11011100 | 1000001 | 10100 | 0 | 1110 | 11000111 | 1000011 | 111010 |
Color Harmonies of #4EAFDC
Complementary color
Monochromatic Colors of #4EAFDC
Black with #4EAFDC
Text Example
Text Example
White with #4EAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAFDC; }
p { color: rgb(78,175,220); }
H1.HeaderClassName
{
color: #4EAFDC;
}
.AnyTagClassName
{
color: #4EAFDC;
}
</style>
background-color css
<style>
a { background-color: #4EAFDC; }
a { background-color: rgb(78,175,220); }
div.DivClassName
{
background-color: #4EAFDC;
}
.BgClassName
{
background-color: #4EAFDC;
}
</style>
border-color css
<style>
span { border-color: #4EAFDC; }
span { border-color: rgb(78,175,220); }
td.TdClassName
{
border-color: #4EAFDC;
}
.TagClassName
{
border-color: #4EAFDC;
}
</style>