Shades of Corn Flower Blue #4C4674
Tints of Corn Flower Blue #4C4674
RGB
CMYK
RGB Variations
Color information
#4C4674 (or 0x4C4674) is known color: Corn Flower Blue. HEX triplet: 4C, 46 and 74. RGB value is (76,70,116). Sum of RGB (Red+Green+Blue) = 76+70+116=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #4C4674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4674 is #B3B98B. Grayscale: #4C4C4C. Windows color (decimal): -11778444 or 7620172. OLE color: 7620172.
HSL color Cylindrical-coordinate representation of color #4C4674: hue angle of 247.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C4674 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 70 | 116 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.55 |
| HSL | 247.83º | 0.25% | 0.36% | - |
| HSV(B) | 247.83º | 0.4% | 0.45% | - |
| XYZ | 8.32 | 7.18 | 17.47 | - |
| YUV | 77.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 116 | 0.34 | 0.40 | 0 | 0.55 | 247.83 | 0.25 | 0.36 |
| Hex | 4C | 46 | 74 | 22 | 28 | 0 | 37 | F8 | 19 | 24 |
| Octal | 114 | 106 | 164 | 42 | 50 | 0 | 67 | 370 | 31 | 44 |
| Binary | 1001100 | 1000110 | 1110100 | 100010 | 101000 | 0 | 110111 | 11111000 | 11001 | 100100 |
Color Harmonies of #4C4674
Complementary color
Monochromatic Colors of #4C4674
Black with #4C4674
Text Example
Text Example
White with #4C4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4674; }
p { color: rgb(76,70,116); }
H1.HeaderClassName
{
color: #4C4674;
}
.AnyTagClassName
{
color: #4C4674;
}
</style>
background-color css
<style>
a { background-color: #4C4674; }
a { background-color: rgb(76,70,116); }
div.DivClassName
{
background-color: #4C4674;
}
.BgClassName
{
background-color: #4C4674;
}
</style>
border-color css
<style>
span { border-color: #4C4674; }
span { border-color: rgb(76,70,116); }
td.TdClassName
{
border-color: #4C4674;
}
.TagClassName
{
border-color: #4C4674;
}
</style>