Shades of Corn Flower Blue #504E74
Tints of Corn Flower Blue #504E74
RGB
CMYK
RGB Variations
Color information
#504E74 (or 0x504E74) is known color: Corn Flower Blue. HEX triplet: 50, 4E and 74. RGB value is (80,78,116). Sum of RGB (Red+Green+Blue) = 80+78+116=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #504E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E74 is #AFB18B. Grayscale: #525252. Windows color (decimal): -11514252 or 7622224. OLE color: 7622224.
HSL color Cylindrical-coordinate representation of color #504E74: hue angle of 243.16º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #504E74 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 78 | 116 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.55 |
| HSL | 243.16º | 0.2% | 0.38% | - |
| HSV(B) | 243.16º | 0.33% | 0.45% | - |
| XYZ | 9.19 | 8.42 | 17.66 | - |
| YUV | 82.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 116 | 0.31 | 0.33 | 0 | 0.55 | 243.16 | 0.2 | 0.38 |
| Hex | 50 | 4E | 74 | 1F | 21 | 0 | 37 | F3 | 14 | 26 |
| Octal | 120 | 116 | 164 | 37 | 41 | 0 | 67 | 363 | 24 | 46 |
| Binary | 1010000 | 1001110 | 1110100 | 11111 | 100001 | 0 | 110111 | 11110011 | 10100 | 100110 |
Color Harmonies of #504E74
Complementary color
Monochromatic Colors of #504E74
Black with #504E74
Text Example
Text Example
White with #504E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E74; }
p { color: rgb(80,78,116); }
H1.HeaderClassName
{
color: #504E74;
}
.AnyTagClassName
{
color: #504E74;
}
</style>
background-color css
<style>
a { background-color: #504E74; }
a { background-color: rgb(80,78,116); }
div.DivClassName
{
background-color: #504E74;
}
.BgClassName
{
background-color: #504E74;
}
</style>
border-color css
<style>
span { border-color: #504E74; }
span { border-color: rgb(80,78,116); }
td.TdClassName
{
border-color: #504E74;
}
.TagClassName
{
border-color: #504E74;
}
</style>