Shades of Corn Flower Blue #4C4868
Tints of Corn Flower Blue #4C4868
RGB
CMYK
RGB Variations
Color information
#4C4868 (or 0x4C4868) is known color: Corn Flower Blue. HEX triplet: 4C, 48 and 68. RGB value is (76,72,104). Sum of RGB (Red+Green+Blue) = 76+72+104=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C4868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4868 is #B3B797. Grayscale: #4C4C4C. Windows color (decimal): -11777944 or 6834252. OLE color: 6834252.
HSL color Cylindrical-coordinate representation of color #4C4868: hue angle of 247.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C4868 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 72 | 104 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.59 |
| HSL | 247.5º | 0.18% | 0.35% | - |
| HSV(B) | 247.5º | 0.31% | 0.41% | - |
| XYZ | 7.8 | 7.17 | 14.07 | - |
| YUV | 76.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 104 | 0.27 | 0.31 | 0 | 0.59 | 247.5 | 0.18 | 0.35 |
| Hex | 4C | 48 | 68 | 1B | 1F | 0 | 3B | F8 | 12 | 23 |
| Octal | 114 | 110 | 150 | 33 | 37 | 0 | 73 | 370 | 22 | 43 |
| Binary | 1001100 | 1001000 | 1101000 | 11011 | 11111 | 0 | 111011 | 11111000 | 10010 | 100011 |
Color Harmonies of #4C4868
Complementary color
Monochromatic Colors of #4C4868
Black with #4C4868
Text Example
Text Example
White with #4C4868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4868; }
p { color: rgb(76,72,104); }
H1.HeaderClassName
{
color: #4C4868;
}
.AnyTagClassName
{
color: #4C4868;
}
</style>
background-color css
<style>
a { background-color: #4C4868; }
a { background-color: rgb(76,72,104); }
div.DivClassName
{
background-color: #4C4868;
}
.BgClassName
{
background-color: #4C4868;
}
</style>
border-color css
<style>
span { border-color: #4C4868; }
span { border-color: rgb(76,72,104); }
td.TdClassName
{
border-color: #4C4868;
}
.TagClassName
{
border-color: #4C4868;
}
</style>