Shades of Cornflower Blue #4E7FF6
Tints of Cornflower Blue #4E7FF6
RGB
CMYK
RGB Variations
Color information
#4E7FF6 (or 0x4E7FF6) is known color: Cornflower Blue. HEX triplet: 4E, 7F and F6. RGB value is (78,127,246). Sum of RGB (Red+Green+Blue) = 78+127+246=451 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.29% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #4E7FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E7FF6 is #B18009. Grayscale: #7D7D7D. Windows color (decimal): -11632650 or 16154446. OLE color: 16154446.
HSL color Cylindrical-coordinate representation of color #4E7FF6: hue angle of 222.5º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E7FF6 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 127 | 246 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.04 |
| HSL | 222.5º | 0.9% | 0.64% | - |
| HSV(B) | 222.5º | 0.68% | 0.96% | - |
| XYZ | 27.37 | 23.45 | 90.27 | - |
| YUV | 125.92 | 195.77 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 127 | 246 | 0.68 | 0.48 | 0 | 0.04 | 222.5 | 0.9 | 0.64 |
| Hex | 4E | 7F | F6 | 44 | 30 | 0 | 4 | DE | 5A | 40 |
| Octal | 116 | 177 | 366 | 104 | 60 | 0 | 4 | 336 | 132 | 100 |
| Binary | 1001110 | 1111111 | 11110110 | 1000100 | 110000 | 0 | 100 | 11011110 | 1011010 | 1000000 |
Color Harmonies of #4E7FF6
Complementary color
Monochromatic Colors of #4E7FF6
Black with #4E7FF6
Text Example
Text Example
White with #4E7FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7FF6; }
p { color: rgb(78,127,246); }
H1.HeaderClassName
{
color: #4E7FF6;
}
.AnyTagClassName
{
color: #4E7FF6;
}
</style>
background-color css
<style>
a { background-color: #4E7FF6; }
a { background-color: rgb(78,127,246); }
div.DivClassName
{
background-color: #4E7FF6;
}
.BgClassName
{
background-color: #4E7FF6;
}
</style>
border-color css
<style>
span { border-color: #4E7FF6; }
span { border-color: rgb(78,127,246); }
td.TdClassName
{
border-color: #4E7FF6;
}
.TagClassName
{
border-color: #4E7FF6;
}
</style>