Shades of Cornflower Blue #4E7EFC
Tints of Cornflower Blue #4E7EFC
RGB
CMYK
RGB Variations
Color information
#4E7EFC (or 0x4E7EFC) is known color: Cornflower Blue. HEX triplet: 4E, 7E and FC. RGB value is (78,126,252). Sum of RGB (Red+Green+Blue) = 78+126+252=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E7EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E7EFC is #B18103. Grayscale: #7D7D7D. Windows color (decimal): -11632900 or 16547406. OLE color: 16547406.
HSL color Cylindrical-coordinate representation of color #4E7EFC: hue angle of 223.45º 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 #4E7EFC is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 126 | 252 | - |
| CMYK | 0.69 | 0.5 | 0 | 0.01 |
| HSL | 223.45º | 0.97% | 0.65% | - |
| HSV(B) | 223.45º | 0.69% | 0.99% | - |
| XYZ | 28.17 | 23.57 | 95.16 | - |
| YUV | 126.01 | 199.1 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 126 | 252 | 0.69 | 0.5 | 0 | 0.01 | 223.45 | 0.97 | 0.65 |
| Hex | 4E | 7E | FC | 45 | 32 | 0 | 1 | DF | 61 | 41 |
| Octal | 116 | 176 | 374 | 105 | 62 | 0 | 1 | 337 | 141 | 101 |
| Binary | 1001110 | 1111110 | 11111100 | 1000101 | 110010 | 0 | 1 | 11011111 | 1100001 | 1000001 |
Color Harmonies of #4E7EFC
Complementary color
Monochromatic Colors of #4E7EFC
Black with #4E7EFC
Text Example
Text Example
White with #4E7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7EFC; }
p { color: rgb(78,126,252); }
H1.HeaderClassName
{
color: #4E7EFC;
}
.AnyTagClassName
{
color: #4E7EFC;
}
</style>
background-color css
<style>
a { background-color: #4E7EFC; }
a { background-color: rgb(78,126,252); }
div.DivClassName
{
background-color: #4E7EFC;
}
.BgClassName
{
background-color: #4E7EFC;
}
</style>
border-color css
<style>
span { border-color: #4E7EFC; }
span { border-color: rgb(78,126,252); }
td.TdClassName
{
border-color: #4E7EFC;
}
.TagClassName
{
border-color: #4E7EFC;
}
</style>