Shades of Cornflower Blue #4EACFC
Tints of Cornflower Blue #4EACFC
RGB
CMYK
RGB Variations
Color information
#4EACFC (or 0x4EACFC) is known color: Cornflower Blue. HEX triplet: 4E, AC and FC. RGB value is (78,172,252). Sum of RGB (Red+Green+Blue) = 78+172+252=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EACFC is #B15303. Grayscale: #989898. Windows color (decimal): -11621124 or 16559182. OLE color: 16559182.
HSL color Cylindrical-coordinate representation of color #4EACFC: hue angle of 207.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EACFC is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 172 | 252 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.01 |
| HSL | 207.59º | 0.97% | 0.65% | - |
| HSV(B) | 207.59º | 0.69% | 0.99% | - |
| XYZ | 35.47 | 38.15 | 97.59 | - |
| YUV | 153.01 | 183.86 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 252 | 0.69 | 0.32 | 0 | 0.01 | 207.59 | 0.97 | 0.65 |
| Hex | 4E | AC | FC | 45 | 20 | 0 | 1 | D0 | 61 | 41 |
| Octal | 116 | 254 | 374 | 105 | 40 | 0 | 1 | 320 | 141 | 101 |
| Binary | 1001110 | 10101100 | 11111100 | 1000101 | 100000 | 0 | 1 | 11010000 | 1100001 | 1000001 |
Color Harmonies of #4EACFC
Complementary color
Monochromatic Colors of #4EACFC
Black with #4EACFC
Text Example
Text Example
White with #4EACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EACFC; }
p { color: rgb(78,172,252); }
H1.HeaderClassName
{
color: #4EACFC;
}
.AnyTagClassName
{
color: #4EACFC;
}
</style>
background-color css
<style>
a { background-color: #4EACFC; }
a { background-color: rgb(78,172,252); }
div.DivClassName
{
background-color: #4EACFC;
}
.BgClassName
{
background-color: #4EACFC;
}
</style>
border-color css
<style>
span { border-color: #4EACFC; }
span { border-color: rgb(78,172,252); }
td.TdClassName
{
border-color: #4EACFC;
}
.TagClassName
{
border-color: #4EACFC;
}
</style>