Shades of Corn Flower Blue #4D4A76
Tints of Corn Flower Blue #4D4A76
RGB
CMYK
RGB Variations
Color information
#4D4A76 (or 0x4D4A76) is known color: Corn Flower Blue. HEX triplet: 4D, 4A and 76. RGB value is (77,74,118). Sum of RGB (Red+Green+Blue) = 77+74+118=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D4A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4A76 is #B2B589. Grayscale: #4F4F4F. Windows color (decimal): -11711882 or 7752269. OLE color: 7752269.
HSL color Cylindrical-coordinate representation of color #4D4A76: hue angle of 244.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D4A76 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 74 | 118 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.54 |
| HSL | 244.09º | 0.23% | 0.38% | - |
| HSV(B) | 244.09º | 0.37% | 0.46% | - |
| XYZ | 8.78 | 7.78 | 18.18 | - |
| YUV | 79.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 118 | 0.35 | 0.37 | 0 | 0.54 | 244.09 | 0.23 | 0.38 |
| Hex | 4D | 4A | 76 | 23 | 25 | 0 | 36 | F4 | 17 | 26 |
| Octal | 115 | 112 | 166 | 43 | 45 | 0 | 66 | 364 | 27 | 46 |
| Binary | 1001101 | 1001010 | 1110110 | 100011 | 100101 | 0 | 110110 | 11110100 | 10111 | 100110 |
Color Harmonies of #4D4A76
Complementary color
Monochromatic Colors of #4D4A76
Black with #4D4A76
Text Example
Text Example
White with #4D4A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A76; }
p { color: rgb(77,74,118); }
H1.HeaderClassName
{
color: #4D4A76;
}
.AnyTagClassName
{
color: #4D4A76;
}
</style>
background-color css
<style>
a { background-color: #4D4A76; }
a { background-color: rgb(77,74,118); }
div.DivClassName
{
background-color: #4D4A76;
}
.BgClassName
{
background-color: #4D4A76;
}
</style>
border-color css
<style>
span { border-color: #4D4A76; }
span { border-color: rgb(77,74,118); }
td.TdClassName
{
border-color: #4D4A76;
}
.TagClassName
{
border-color: #4D4A76;
}
</style>