Shades of Corn Flower Blue #4C4A70
Tints of Corn Flower Blue #4C4A70
RGB
CMYK
RGB Variations
Color information
#4C4A70 (or 0x4C4A70) is known color: Corn Flower Blue. HEX triplet: 4C, 4A and 70. RGB value is (76,74,112). Sum of RGB (Red+Green+Blue) = 76+74+112=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C4A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4A70 is #B3B58F. Grayscale: #4E4E4E. Windows color (decimal): -11777424 or 7359052. OLE color: 7359052.
HSL color Cylindrical-coordinate representation of color #4C4A70: hue angle of 243.16º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C4A70 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 74 | 112 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.56 |
| HSL | 243.16º | 0.2% | 0.36% | - |
| HSV(B) | 243.16º | 0.34% | 0.44% | - |
| XYZ | 8.35 | 7.6 | 16.36 | - |
| YUV | 78.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 112 | 0.32 | 0.34 | 0 | 0.56 | 243.16 | 0.2 | 0.36 |
| Hex | 4C | 4A | 70 | 20 | 22 | 0 | 38 | F3 | 14 | 24 |
| Octal | 114 | 112 | 160 | 40 | 42 | 0 | 70 | 363 | 24 | 44 |
| Binary | 1001100 | 1001010 | 1110000 | 100000 | 100010 | 0 | 111000 | 11110011 | 10100 | 100100 |
Color Harmonies of #4C4A70
Complementary color
Monochromatic Colors of #4C4A70
Black with #4C4A70
Text Example
Text Example
White with #4C4A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A70; }
p { color: rgb(76,74,112); }
H1.HeaderClassName
{
color: #4C4A70;
}
.AnyTagClassName
{
color: #4C4A70;
}
</style>
background-color css
<style>
a { background-color: #4C4A70; }
a { background-color: rgb(76,74,112); }
div.DivClassName
{
background-color: #4C4A70;
}
.BgClassName
{
background-color: #4C4A70;
}
</style>
border-color css
<style>
span { border-color: #4C4A70; }
span { border-color: rgb(76,74,112); }
td.TdClassName
{
border-color: #4C4A70;
}
.TagClassName
{
border-color: #4C4A70;
}
</style>