Shades of Corn Flower Blue #4E5078
Tints of Corn Flower Blue #4E5078
RGB
CMYK
RGB Variations
Color information
#4E5078 (or 0x4E5078) is known color: Corn Flower Blue. HEX triplet: 4E, 50 and 78. RGB value is (78,80,120). Sum of RGB (Red+Green+Blue) = 78+80+120=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E5078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5078 is #B1AF87. Grayscale: #535353. Windows color (decimal): -11644808 or 7884878. OLE color: 7884878.
HSL color Cylindrical-coordinate representation of color #4E5078: hue angle of 237.14º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E5078 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 80 | 120 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.53 |
| HSL | 237.14º | 0.21% | 0.39% | - |
| HSV(B) | 237.14º | 0.35% | 0.47% | - |
| XYZ | 9.4 | 8.71 | 18.96 | - |
| YUV | 83.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 120 | 0.35 | 0.33 | 0 | 0.53 | 237.14 | 0.21 | 0.39 |
| Hex | 4E | 50 | 78 | 23 | 21 | 0 | 35 | ED | 15 | 27 |
| Octal | 116 | 120 | 170 | 43 | 41 | 0 | 65 | 355 | 25 | 47 |
| Binary | 1001110 | 1010000 | 1111000 | 100011 | 100001 | 0 | 110101 | 11101101 | 10101 | 100111 |
Color Harmonies of #4E5078
Complementary color
Monochromatic Colors of #4E5078
Black with #4E5078
Text Example
Text Example
White with #4E5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5078; }
p { color: rgb(78,80,120); }
H1.HeaderClassName
{
color: #4E5078;
}
.AnyTagClassName
{
color: #4E5078;
}
</style>
background-color css
<style>
a { background-color: #4E5078; }
a { background-color: rgb(78,80,120); }
div.DivClassName
{
background-color: #4E5078;
}
.BgClassName
{
background-color: #4E5078;
}
</style>
border-color css
<style>
span { border-color: #4E5078; }
span { border-color: rgb(78,80,120); }
td.TdClassName
{
border-color: #4E5078;
}
.TagClassName
{
border-color: #4E5078;
}
</style>