Shades of Corn Flower Blue #4E4F72
Tints of Corn Flower Blue #4E4F72
RGB
CMYK
RGB Variations
Color information
#4E4F72 (or 0x4E4F72) is known color: Corn Flower Blue. HEX triplet: 4E, 4F and 72. RGB value is (78,79,114). Sum of RGB (Red+Green+Blue) = 78+79+114=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E4F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F72 is #B1B08D. Grayscale: #525252. Windows color (decimal): -11645070 or 7491406. OLE color: 7491406.
HSL color Cylindrical-coordinate representation of color #4E4F72: hue angle of 238.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E4F72 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 79 | 114 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.55 |
| HSL | 238.33º | 0.19% | 0.38% | - |
| HSV(B) | 238.33º | 0.32% | 0.45% | - |
| XYZ | 8.98 | 8.43 | 17.07 | - |
| YUV | 82.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 114 | 0.32 | 0.31 | 0 | 0.55 | 238.33 | 0.19 | 0.38 |
| Hex | 4E | 4F | 72 | 20 | 1F | 0 | 37 | EE | 13 | 26 |
| Octal | 116 | 117 | 162 | 40 | 37 | 0 | 67 | 356 | 23 | 46 |
| Binary | 1001110 | 1001111 | 1110010 | 100000 | 11111 | 0 | 110111 | 11101110 | 10011 | 100110 |
Color Harmonies of #4E4F72
Complementary color
Monochromatic Colors of #4E4F72
Black with #4E4F72
Text Example
Text Example
White with #4E4F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F72; }
p { color: rgb(78,79,114); }
H1.HeaderClassName
{
color: #4E4F72;
}
.AnyTagClassName
{
color: #4E4F72;
}
</style>
background-color css
<style>
a { background-color: #4E4F72; }
a { background-color: rgb(78,79,114); }
div.DivClassName
{
background-color: #4E4F72;
}
.BgClassName
{
background-color: #4E4F72;
}
</style>
border-color css
<style>
span { border-color: #4E4F72; }
span { border-color: rgb(78,79,114); }
td.TdClassName
{
border-color: #4E4F72;
}
.TagClassName
{
border-color: #4E4F72;
}
</style>