Shades of Corn Flower Blue #504E70
Tints of Corn Flower Blue #504E70
RGB
CMYK
RGB Variations
Color information
#504E70 (or 0x504E70) is known color: Corn Flower Blue. HEX triplet: 50, 4E and 70. RGB value is (80,78,112). Sum of RGB (Red+Green+Blue) = 80+78+112=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #504E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E70 is #AFB18F. Grayscale: #525252. Windows color (decimal): -11514256 or 7360080. OLE color: 7360080.
HSL color Cylindrical-coordinate representation of color #504E70: hue angle of 243.53º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #504E70 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 78 | 112 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.56 |
| HSL | 243.53º | 0.18% | 0.37% | - |
| HSV(B) | 243.53º | 0.3% | 0.44% | - |
| XYZ | 8.96 | 8.32 | 16.46 | - |
| YUV | 82.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 112 | 0.29 | 0.30 | 0 | 0.56 | 243.53 | 0.18 | 0.37 |
| Hex | 50 | 4E | 70 | 1D | 1E | 0 | 38 | F4 | 12 | 25 |
| Octal | 120 | 116 | 160 | 35 | 36 | 0 | 70 | 364 | 22 | 45 |
| Binary | 1010000 | 1001110 | 1110000 | 11101 | 11110 | 0 | 111000 | 11110100 | 10010 | 100101 |
Color Harmonies of #504E70
Complementary color
Monochromatic Colors of #504E70
Black with #504E70
Text Example
Text Example
White with #504E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E70; }
p { color: rgb(80,78,112); }
H1.HeaderClassName
{
color: #504E70;
}
.AnyTagClassName
{
color: #504E70;
}
</style>
background-color css
<style>
a { background-color: #504E70; }
a { background-color: rgb(80,78,112); }
div.DivClassName
{
background-color: #504E70;
}
.BgClassName
{
background-color: #504E70;
}
</style>
border-color css
<style>
span { border-color: #504E70; }
span { border-color: rgb(80,78,112); }
td.TdClassName
{
border-color: #504E70;
}
.TagClassName
{
border-color: #504E70;
}
</style>