Shades of Corn Flower Blue #4C4967
Tints of Corn Flower Blue #4C4967
RGB
CMYK
RGB Variations
Color information
#4C4967 (or 0x4C4967) is known color: Corn Flower Blue. HEX triplet: 4C, 49 and 67. RGB value is (76,73,103). Sum of RGB (Red+Green+Blue) = 76+73+103=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C4967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4967 is #B3B698. Grayscale: #4D4D4D. Windows color (decimal): -11777689 or 6768972. OLE color: 6768972.
HSL color Cylindrical-coordinate representation of color #4C4967: hue angle of 246º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C4967 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 73 | 103 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.60 |
| HSL | 246º | 0.17% | 0.35% | - |
| HSV(B) | 246º | 0.29% | 0.4% | - |
| XYZ | 7.81 | 7.28 | 13.83 | - |
| YUV | 77.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 103 | 0.26 | 0.29 | 0 | 0.60 | 246 | 0.17 | 0.35 |
| Hex | 4C | 49 | 67 | 1A | 1D | 0 | 3C | F6 | 11 | 23 |
| Octal | 114 | 111 | 147 | 32 | 35 | 0 | 74 | 366 | 21 | 43 |
| Binary | 1001100 | 1001001 | 1100111 | 11010 | 11101 | 0 | 111100 | 11110110 | 10001 | 100011 |
Color Harmonies of #4C4967
Complementary color
Monochromatic Colors of #4C4967
Black with #4C4967
Text Example
Text Example
White with #4C4967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4967; }
p { color: rgb(76,73,103); }
H1.HeaderClassName
{
color: #4C4967;
}
.AnyTagClassName
{
color: #4C4967;
}
</style>
background-color css
<style>
a { background-color: #4C4967; }
a { background-color: rgb(76,73,103); }
div.DivClassName
{
background-color: #4C4967;
}
.BgClassName
{
background-color: #4C4967;
}
</style>
border-color css
<style>
span { border-color: #4C4967; }
span { border-color: rgb(76,73,103); }
td.TdClassName
{
border-color: #4C4967;
}
.TagClassName
{
border-color: #4C4967;
}
</style>