Shades of Corn Flower Blue #4E5071
Tints of Corn Flower Blue #4E5071
RGB
CMYK
RGB Variations
Color information
#4E5071 (or 0x4E5071) is known color: Corn Flower Blue. HEX triplet: 4E, 50 and 71. RGB value is (78,80,113). Sum of RGB (Red+Green+Blue) = 78+80+113=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5071 is #B1AF8E. Grayscale: #535353. Windows color (decimal): -11644815 or 7426126. OLE color: 7426126.
HSL color Cylindrical-coordinate representation of color #4E5071: hue angle of 236.57º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E5071 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 80 | 113 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.56 |
| HSL | 236.57º | 0.18% | 0.37% | - |
| HSV(B) | 236.57º | 0.31% | 0.44% | - |
| XYZ | 8.99 | 8.55 | 16.8 | - |
| YUV | 83.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 113 | 0.31 | 0.29 | 0 | 0.56 | 236.57 | 0.18 | 0.37 |
| Hex | 4E | 50 | 71 | 1F | 1D | 0 | 38 | ED | 12 | 25 |
| Octal | 116 | 120 | 161 | 37 | 35 | 0 | 70 | 355 | 22 | 45 |
| Binary | 1001110 | 1010000 | 1110001 | 11111 | 11101 | 0 | 111000 | 11101101 | 10010 | 100101 |
Color Harmonies of #4E5071
Complementary color
Monochromatic Colors of #4E5071
Black with #4E5071
Text Example
Text Example
White with #4E5071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5071; }
p { color: rgb(78,80,113); }
H1.HeaderClassName
{
color: #4E5071;
}
.AnyTagClassName
{
color: #4E5071;
}
</style>
background-color css
<style>
a { background-color: #4E5071; }
a { background-color: rgb(78,80,113); }
div.DivClassName
{
background-color: #4E5071;
}
.BgClassName
{
background-color: #4E5071;
}
</style>
border-color css
<style>
span { border-color: #4E5071; }
span { border-color: rgb(78,80,113); }
td.TdClassName
{
border-color: #4E5071;
}
.TagClassName
{
border-color: #4E5071;
}
</style>