Shades of Corn Flower Blue #4D4872
Tints of Corn Flower Blue #4D4872
RGB
CMYK
RGB Variations
Color information
#4D4872 (or 0x4D4872) is known color: Corn Flower Blue. HEX triplet: 4D, 48 and 72. RGB value is (77,72,114). Sum of RGB (Red+Green+Blue) = 77+72+114=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D4872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4872 is #B2B78D. Grayscale: #4E4E4E. Windows color (decimal): -11712398 or 7489613. OLE color: 7489613.
HSL color Cylindrical-coordinate representation of color #4D4872: hue angle of 247.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D4872 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 72 | 114 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.55 |
| HSL | 247.14º | 0.23% | 0.36% | - |
| HSV(B) | 247.14º | 0.37% | 0.45% | - |
| XYZ | 8.42 | 7.43 | 16.91 | - |
| YUV | 78.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 114 | 0.32 | 0.37 | 0 | 0.55 | 247.14 | 0.23 | 0.36 |
| Hex | 4D | 48 | 72 | 20 | 25 | 0 | 37 | F7 | 17 | 24 |
| Octal | 115 | 110 | 162 | 40 | 45 | 0 | 67 | 367 | 27 | 44 |
| Binary | 1001101 | 1001000 | 1110010 | 100000 | 100101 | 0 | 110111 | 11110111 | 10111 | 100100 |
Color Harmonies of #4D4872
Complementary color
Monochromatic Colors of #4D4872
Black with #4D4872
Text Example
Text Example
White with #4D4872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4872; }
p { color: rgb(77,72,114); }
H1.HeaderClassName
{
color: #4D4872;
}
.AnyTagClassName
{
color: #4D4872;
}
</style>
background-color css
<style>
a { background-color: #4D4872; }
a { background-color: rgb(77,72,114); }
div.DivClassName
{
background-color: #4D4872;
}
.BgClassName
{
background-color: #4D4872;
}
</style>
border-color css
<style>
span { border-color: #4D4872; }
span { border-color: rgb(77,72,114); }
td.TdClassName
{
border-color: #4D4872;
}
.TagClassName
{
border-color: #4D4872;
}
</style>