Shades of Corn Flower Blue #504F73
Tints of Corn Flower Blue #504F73
RGB
CMYK
RGB Variations
Color information
#504F73 (or 0x504F73) is known color: Corn Flower Blue. HEX triplet: 50, 4F and 73. RGB value is (80,79,115). Sum of RGB (Red+Green+Blue) = 80+79+115=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #504F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F73 is #AFB08C. Grayscale: #535353. Windows color (decimal): -11513997 or 7556944. OLE color: 7556944.
HSL color Cylindrical-coordinate representation of color #504F73: hue angle of 241.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #504F73 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 79 | 115 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.55 |
| HSL | 241.67º | 0.19% | 0.38% | - |
| HSV(B) | 241.67º | 0.31% | 0.45% | - |
| XYZ | 9.2 | 8.54 | 17.38 | - |
| YUV | 83.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 115 | 0.30 | 0.31 | 0 | 0.55 | 241.67 | 0.19 | 0.38 |
| Hex | 50 | 4F | 73 | 1E | 1F | 0 | 37 | F2 | 13 | 26 |
| Octal | 120 | 117 | 163 | 36 | 37 | 0 | 67 | 362 | 23 | 46 |
| Binary | 1010000 | 1001111 | 1110011 | 11110 | 11111 | 0 | 110111 | 11110010 | 10011 | 100110 |
Color Harmonies of #504F73
Complementary color
Monochromatic Colors of #504F73
Black with #504F73
Text Example
Text Example
White with #504F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F73; }
p { color: rgb(80,79,115); }
H1.HeaderClassName
{
color: #504F73;
}
.AnyTagClassName
{
color: #504F73;
}
</style>
background-color css
<style>
a { background-color: #504F73; }
a { background-color: rgb(80,79,115); }
div.DivClassName
{
background-color: #504F73;
}
.BgClassName
{
background-color: #504F73;
}
</style>
border-color css
<style>
span { border-color: #504F73; }
span { border-color: rgb(80,79,115); }
td.TdClassName
{
border-color: #504F73;
}
.TagClassName
{
border-color: #504F73;
}
</style>