Shades of Cornflower Blue #4EACFF
Tints of Cornflower Blue #4EACFF
RGB
CMYK
RGB Variations
Color information
#4EACFF (or 0x4EACFF) is known color: Cornflower Blue. HEX triplet: 4E, AC and FF. RGB value is (78,172,255). Sum of RGB (Red+Green+Blue) = 78+172+255=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EACFF is #B15300. Grayscale: #989898. Windows color (decimal): -11621121 or 16755790. OLE color: 16755790.
HSL color Cylindrical-coordinate representation of color #4EACFF: hue angle of 208.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EACFF is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 172 | 255 | - |
| CMYK | 0.69 | 0.33 | 0 | 0 |
| HSL | 208.14º | 1% | 0.65% | - |
| HSV(B) | 208.14º | 0.69% | 1% | - |
| XYZ | 35.94 | 38.34 | 100.11 | - |
| YUV | 153.36 | 185.36 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 255 | 0.69 | 0.33 | 0 | 0 | 208.14 | 1 | 0.65 |
| Hex | 4E | AC | FF | 45 | 21 | 0 | 0 | D0 | 64 | 41 |
| Octal | 116 | 254 | 377 | 105 | 41 | 0 | 0 | 320 | 144 | 101 |
| Binary | 1001110 | 10101100 | 11111111 | 1000101 | 100001 | 0 | 0 | 11010000 | 1100100 | 1000001 |
Color Harmonies of #4EACFF
Complementary color
Monochromatic Colors of #4EACFF
Black with #4EACFF
Text Example
Text Example
White with #4EACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EACFF; }
p { color: rgb(78,172,255); }
H1.HeaderClassName
{
color: #4EACFF;
}
.AnyTagClassName
{
color: #4EACFF;
}
</style>
background-color css
<style>
a { background-color: #4EACFF; }
a { background-color: rgb(78,172,255); }
div.DivClassName
{
background-color: #4EACFF;
}
.BgClassName
{
background-color: #4EACFF;
}
</style>
border-color css
<style>
span { border-color: #4EACFF; }
span { border-color: rgb(78,172,255); }
td.TdClassName
{
border-color: #4EACFF;
}
.TagClassName
{
border-color: #4EACFF;
}
</style>