Shades of Cornflower Blue #4E9AFC
Tints of Cornflower Blue #4E9AFC
RGB
CMYK
RGB Variations
Color information
#4E9AFC (or 0x4E9AFC) is known color: Cornflower Blue. HEX triplet: 4E, 9A and FC. RGB value is (78,154,252). Sum of RGB (Red+Green+Blue) = 78+154+252=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E9AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E9AFC is #B16503. Grayscale: #8D8D8D. Windows color (decimal): -11625732 or 16554574. OLE color: 16554574.
HSL color Cylindrical-coordinate representation of color #4E9AFC: hue angle of 213.79º 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 #4E9AFC is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 154 | 252 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.01 |
| HSL | 213.79º | 0.97% | 0.65% | - |
| HSV(B) | 213.79º | 0.69% | 0.99% | - |
| XYZ | 32.27 | 31.76 | 96.52 | - |
| YUV | 142.45 | 189.82 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 154 | 252 | 0.69 | 0.39 | 0 | 0.01 | 213.79 | 0.97 | 0.65 |
| Hex | 4E | 9A | FC | 45 | 27 | 0 | 1 | D6 | 61 | 41 |
| Octal | 116 | 232 | 374 | 105 | 47 | 0 | 1 | 326 | 141 | 101 |
| Binary | 1001110 | 10011010 | 11111100 | 1000101 | 100111 | 0 | 1 | 11010110 | 1100001 | 1000001 |
Color Harmonies of #4E9AFC
Complementary color
Monochromatic Colors of #4E9AFC
Black with #4E9AFC
Text Example
Text Example
White with #4E9AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9AFC; }
p { color: rgb(78,154,252); }
H1.HeaderClassName
{
color: #4E9AFC;
}
.AnyTagClassName
{
color: #4E9AFC;
}
</style>
background-color css
<style>
a { background-color: #4E9AFC; }
a { background-color: rgb(78,154,252); }
div.DivClassName
{
background-color: #4E9AFC;
}
.BgClassName
{
background-color: #4E9AFC;
}
</style>
border-color css
<style>
span { border-color: #4E9AFC; }
span { border-color: rgb(78,154,252); }
td.TdClassName
{
border-color: #4E9AFC;
}
.TagClassName
{
border-color: #4E9AFC;
}
</style>