Shades of Corn Flower Blue #4D4973
Tints of Corn Flower Blue #4D4973
RGB
CMYK
RGB Variations
Color information
#4D4973 (or 0x4D4973) is known color: Corn Flower Blue. HEX triplet: 4D, 49 and 73. RGB value is (77,73,115). Sum of RGB (Red+Green+Blue) = 77+73+115=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D4973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4973 is #B2B68C. Grayscale: #4E4E4E. Windows color (decimal): -11712141 or 7555405. OLE color: 7555405.
HSL color Cylindrical-coordinate representation of color #4D4973: hue angle of 245.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D4973 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 73 | 115 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.55 |
| HSL | 245.71º | 0.22% | 0.37% | - |
| HSV(B) | 245.71º | 0.37% | 0.45% | - |
| XYZ | 8.54 | 7.58 | 17.23 | - |
| YUV | 78.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 115 | 0.33 | 0.37 | 0 | 0.55 | 245.71 | 0.22 | 0.37 |
| Hex | 4D | 49 | 73 | 21 | 25 | 0 | 37 | F6 | 16 | 25 |
| Octal | 115 | 111 | 163 | 41 | 45 | 0 | 67 | 366 | 26 | 45 |
| Binary | 1001101 | 1001001 | 1110011 | 100001 | 100101 | 0 | 110111 | 11110110 | 10110 | 100101 |
Color Harmonies of #4D4973
Complementary color
Monochromatic Colors of #4D4973
Black with #4D4973
Text Example
Text Example
White with #4D4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4973; }
p { color: rgb(77,73,115); }
H1.HeaderClassName
{
color: #4D4973;
}
.AnyTagClassName
{
color: #4D4973;
}
</style>
background-color css
<style>
a { background-color: #4D4973; }
a { background-color: rgb(77,73,115); }
div.DivClassName
{
background-color: #4D4973;
}
.BgClassName
{
background-color: #4D4973;
}
</style>
border-color css
<style>
span { border-color: #4D4973; }
span { border-color: rgb(77,73,115); }
td.TdClassName
{
border-color: #4D4973;
}
.TagClassName
{
border-color: #4D4973;
}
</style>