Shades of Corn Flower Blue #504F74
Tints of Corn Flower Blue #504F74
RGB
CMYK
RGB Variations
Color information
#504F74 (or 0x504F74) is known color: Corn Flower Blue. HEX triplet: 50, 4F and 74. RGB value is (80,79,116). Sum of RGB (Red+Green+Blue) = 80+79+116=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #504F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F74 is #AFB08B. Grayscale: #535353. Windows color (decimal): -11513996 or 7622480. OLE color: 7622480.
HSL color Cylindrical-coordinate representation of color #504F74: hue angle of 241.62º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504F74 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 79 | 116 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.55 |
| HSL | 241.62º | 0.19% | 0.38% | - |
| HSV(B) | 241.62º | 0.32% | 0.45% | - |
| XYZ | 9.26 | 8.56 | 17.69 | - |
| YUV | 83.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 116 | 0.31 | 0.32 | 0 | 0.55 | 241.62 | 0.19 | 0.38 |
| Hex | 50 | 4F | 74 | 1F | 20 | 0 | 37 | F2 | 13 | 26 |
| Octal | 120 | 117 | 164 | 37 | 40 | 0 | 67 | 362 | 23 | 46 |
| Binary | 1010000 | 1001111 | 1110100 | 11111 | 100000 | 0 | 110111 | 11110010 | 10011 | 100110 |
Color Harmonies of #504F74
Complementary color
Monochromatic Colors of #504F74
Black with #504F74
Text Example
Text Example
White with #504F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F74; }
p { color: rgb(80,79,116); }
H1.HeaderClassName
{
color: #504F74;
}
.AnyTagClassName
{
color: #504F74;
}
</style>
background-color css
<style>
a { background-color: #504F74; }
a { background-color: rgb(80,79,116); }
div.DivClassName
{
background-color: #504F74;
}
.BgClassName
{
background-color: #504F74;
}
</style>
border-color css
<style>
span { border-color: #504F74; }
span { border-color: rgb(80,79,116); }
td.TdClassName
{
border-color: #504F74;
}
.TagClassName
{
border-color: #504F74;
}
</style>