Shades of Corn Flower Blue #4C4A71
Tints of Corn Flower Blue #4C4A71
RGB
CMYK
RGB Variations
Color information
#4C4A71 (or 0x4C4A71) is known color: Corn Flower Blue. HEX triplet: 4C, 4A and 71. RGB value is (76,74,113). Sum of RGB (Red+Green+Blue) = 76+74+113=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C4A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4A71 is #B3B58E. Grayscale: #4E4E4E. Windows color (decimal): -11777423 or 7424588. OLE color: 7424588.
HSL color Cylindrical-coordinate representation of color #4C4A71: hue angle of 243.08º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C4A71 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 74 | 113 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.56 |
| HSL | 243.08º | 0.21% | 0.37% | - |
| HSV(B) | 243.08º | 0.35% | 0.44% | - |
| XYZ | 8.41 | 7.63 | 16.65 | - |
| YUV | 79.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 113 | 0.33 | 0.35 | 0 | 0.56 | 243.08 | 0.21 | 0.37 |
| Hex | 4C | 4A | 71 | 21 | 23 | 0 | 38 | F3 | 15 | 25 |
| Octal | 114 | 112 | 161 | 41 | 43 | 0 | 70 | 363 | 25 | 45 |
| Binary | 1001100 | 1001010 | 1110001 | 100001 | 100011 | 0 | 111000 | 11110011 | 10101 | 100101 |
Color Harmonies of #4C4A71
Complementary color
Monochromatic Colors of #4C4A71
Black with #4C4A71
Text Example
Text Example
White with #4C4A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A71; }
p { color: rgb(76,74,113); }
H1.HeaderClassName
{
color: #4C4A71;
}
.AnyTagClassName
{
color: #4C4A71;
}
</style>
background-color css
<style>
a { background-color: #4C4A71; }
a { background-color: rgb(76,74,113); }
div.DivClassName
{
background-color: #4C4A71;
}
.BgClassName
{
background-color: #4C4A71;
}
</style>
border-color css
<style>
span { border-color: #4C4A71; }
span { border-color: rgb(76,74,113); }
td.TdClassName
{
border-color: #4C4A71;
}
.TagClassName
{
border-color: #4C4A71;
}
</style>