Shades of Corn Flower Blue #4E4A70
Tints of Corn Flower Blue #4E4A70
RGB
CMYK
RGB Variations
Color information
#4E4A70 (or 0x4E4A70) is known color: Corn Flower Blue. HEX triplet: 4E, 4A and 70. RGB value is (78,74,112). Sum of RGB (Red+Green+Blue) = 78+74+112=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E4A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4A70 is #B1B58F. Grayscale: #4F4F4F. Windows color (decimal): -11646352 or 7359054. OLE color: 7359054.
HSL color Cylindrical-coordinate representation of color #4E4A70: hue angle of 246.32º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E4A70 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 74 | 112 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.56 |
| HSL | 246.32º | 0.2% | 0.36% | - |
| HSV(B) | 246.32º | 0.34% | 0.44% | - |
| XYZ | 8.52 | 7.69 | 16.36 | - |
| YUV | 79.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 112 | 0.30 | 0.34 | 0 | 0.56 | 246.32 | 0.2 | 0.36 |
| Hex | 4E | 4A | 70 | 1E | 22 | 0 | 38 | F6 | 14 | 24 |
| Octal | 116 | 112 | 160 | 36 | 42 | 0 | 70 | 366 | 24 | 44 |
| Binary | 1001110 | 1001010 | 1110000 | 11110 | 100010 | 0 | 111000 | 11110110 | 10100 | 100100 |
Color Harmonies of #4E4A70
Complementary color
Monochromatic Colors of #4E4A70
Black with #4E4A70
Text Example
Text Example
White with #4E4A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A70; }
p { color: rgb(78,74,112); }
H1.HeaderClassName
{
color: #4E4A70;
}
.AnyTagClassName
{
color: #4E4A70;
}
</style>
background-color css
<style>
a { background-color: #4E4A70; }
a { background-color: rgb(78,74,112); }
div.DivClassName
{
background-color: #4E4A70;
}
.BgClassName
{
background-color: #4E4A70;
}
</style>
border-color css
<style>
span { border-color: #4E4A70; }
span { border-color: rgb(78,74,112); }
td.TdClassName
{
border-color: #4E4A70;
}
.TagClassName
{
border-color: #4E4A70;
}
</style>