Shades of Cornflower Blue #4E9EFC
Tints of Cornflower Blue #4E9EFC
RGB
CMYK
RGB Variations
Color information
#4E9EFC (or 0x4E9EFC) is known color: Cornflower Blue. HEX triplet: 4E, 9E and FC. RGB value is (78,158,252). Sum of RGB (Red+Green+Blue) = 78+158+252=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E9EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E9EFC is #B16103. Grayscale: #909090. Windows color (decimal): -11624708 or 16555598. OLE color: 16555598.
HSL color Cylindrical-coordinate representation of color #4E9EFC: hue angle of 212.41º 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 #4E9EFC is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 158 | 252 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.01 |
| HSL | 212.41º | 0.97% | 0.65% | - |
| HSV(B) | 212.41º | 0.69% | 0.99% | - |
| XYZ | 32.94 | 33.1 | 96.75 | - |
| YUV | 144.8 | 188.5 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 158 | 252 | 0.69 | 0.37 | 0 | 0.01 | 212.41 | 0.97 | 0.65 |
| Hex | 4E | 9E | FC | 45 | 25 | 0 | 1 | D4 | 61 | 41 |
| Octal | 116 | 236 | 374 | 105 | 45 | 0 | 1 | 324 | 141 | 101 |
| Binary | 1001110 | 10011110 | 11111100 | 1000101 | 100101 | 0 | 1 | 11010100 | 1100001 | 1000001 |
Color Harmonies of #4E9EFC
Complementary color
Monochromatic Colors of #4E9EFC
Black with #4E9EFC
Text Example
Text Example
White with #4E9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9EFC; }
p { color: rgb(78,158,252); }
H1.HeaderClassName
{
color: #4E9EFC;
}
.AnyTagClassName
{
color: #4E9EFC;
}
</style>
background-color css
<style>
a { background-color: #4E9EFC; }
a { background-color: rgb(78,158,252); }
div.DivClassName
{
background-color: #4E9EFC;
}
.BgClassName
{
background-color: #4E9EFC;
}
</style>
border-color css
<style>
span { border-color: #4E9EFC; }
span { border-color: rgb(78,158,252); }
td.TdClassName
{
border-color: #4E9EFC;
}
.TagClassName
{
border-color: #4E9EFC;
}
</style>