Shades of Corn Flower Blue #4E506E
Tints of Corn Flower Blue #4E506E
RGB
CMYK
RGB Variations
Color information
#4E506E (or 0x4E506E) is known color: Corn Flower Blue. HEX triplet: 4E, 50 and 6E. RGB value is (78,80,110). Sum of RGB (Red+Green+Blue) = 78+80+110=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E506E is #B1AF91. Grayscale: #525252. Windows color (decimal): -11644818 or 7229518. OLE color: 7229518.
HSL color Cylindrical-coordinate representation of color #4E506E: hue angle of 236.25º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E506E is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 80 | 110 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.57 |
| HSL | 236.25º | 0.17% | 0.37% | - |
| HSV(B) | 236.25º | 0.29% | 0.43% | - |
| XYZ | 8.83 | 8.48 | 15.92 | - |
| YUV | 82.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 110 | 0.29 | 0.27 | 0 | 0.57 | 236.25 | 0.17 | 0.37 |
| Hex | 4E | 50 | 6E | 1D | 1B | 0 | 39 | EC | 11 | 25 |
| Octal | 116 | 120 | 156 | 35 | 33 | 0 | 71 | 354 | 21 | 45 |
| Binary | 1001110 | 1010000 | 1101110 | 11101 | 11011 | 0 | 111001 | 11101100 | 10001 | 100101 |
Color Harmonies of #4E506E
Complementary color
Monochromatic Colors of #4E506E
Black with #4E506E
Text Example
Text Example
White with #4E506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E506E; }
p { color: rgb(78,80,110); }
H1.HeaderClassName
{
color: #4E506E;
}
.AnyTagClassName
{
color: #4E506E;
}
</style>
background-color css
<style>
a { background-color: #4E506E; }
a { background-color: rgb(78,80,110); }
div.DivClassName
{
background-color: #4E506E;
}
.BgClassName
{
background-color: #4E506E;
}
</style>
border-color css
<style>
span { border-color: #4E506E; }
span { border-color: rgb(78,80,110); }
td.TdClassName
{
border-color: #4E506E;
}
.TagClassName
{
border-color: #4E506E;
}
</style>