Shades of Corn Flower Blue #4C4675
Tints of Corn Flower Blue #4C4675
RGB
CMYK
RGB Variations
Color information
#4C4675 (or 0x4C4675) is known color: Corn Flower Blue. HEX triplet: 4C, 46 and 75. RGB value is (76,70,117). Sum of RGB (Red+Green+Blue) = 76+70+117=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C4675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4675 is #B3B98A. Grayscale: #4C4C4C. Windows color (decimal): -11778443 or 7685708. OLE color: 7685708.
HSL color Cylindrical-coordinate representation of color #4C4675: hue angle of 247.66º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C4675 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 70 | 117 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.54 |
| HSL | 247.66º | 0.25% | 0.37% | - |
| HSV(B) | 247.66º | 0.4% | 0.46% | - |
| XYZ | 8.38 | 7.2 | 17.78 | - |
| YUV | 77.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 117 | 0.35 | 0.40 | 0 | 0.54 | 247.66 | 0.25 | 0.37 |
| Hex | 4C | 46 | 75 | 23 | 28 | 0 | 36 | F8 | 19 | 25 |
| Octal | 114 | 106 | 165 | 43 | 50 | 0 | 66 | 370 | 31 | 45 |
| Binary | 1001100 | 1000110 | 1110101 | 100011 | 101000 | 0 | 110110 | 11111000 | 11001 | 100101 |
Color Harmonies of #4C4675
Complementary color
Monochromatic Colors of #4C4675
Black with #4C4675
Text Example
Text Example
White with #4C4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4675; }
p { color: rgb(76,70,117); }
H1.HeaderClassName
{
color: #4C4675;
}
.AnyTagClassName
{
color: #4C4675;
}
</style>
background-color css
<style>
a { background-color: #4C4675; }
a { background-color: rgb(76,70,117); }
div.DivClassName
{
background-color: #4C4675;
}
.BgClassName
{
background-color: #4C4675;
}
</style>
border-color css
<style>
span { border-color: #4C4675; }
span { border-color: rgb(76,70,117); }
td.TdClassName
{
border-color: #4C4675;
}
.TagClassName
{
border-color: #4C4675;
}
</style>