Shades of Corn Flower Blue #4C4F70
Tints of Corn Flower Blue #4C4F70
RGB
CMYK
RGB Variations
Color information
#4C4F70 (or 0x4C4F70) is known color: Corn Flower Blue. HEX triplet: 4C, 4F and 70. RGB value is (76,79,112). Sum of RGB (Red+Green+Blue) = 76+79+112=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C4F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4F70 is #B3B08F. Grayscale: #515151. Windows color (decimal): -11776144 or 7360332. OLE color: 7360332.
HSL color Cylindrical-coordinate representation of color #4C4F70: hue angle of 235º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C4F70 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 79 | 112 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.56 |
| HSL | 235º | 0.19% | 0.37% | - |
| HSV(B) | 235º | 0.32% | 0.44% | - |
| XYZ | 8.7 | 8.3 | 16.47 | - |
| YUV | 81.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 79 | 112 | 0.32 | 0.29 | 0 | 0.56 | 235 | 0.19 | 0.37 |
| Hex | 4C | 4F | 70 | 20 | 1D | 0 | 38 | EB | 13 | 25 |
| Octal | 114 | 117 | 160 | 40 | 35 | 0 | 70 | 353 | 23 | 45 |
| Binary | 1001100 | 1001111 | 1110000 | 100000 | 11101 | 0 | 111000 | 11101011 | 10011 | 100101 |
Color Harmonies of #4C4F70
Complementary color
Monochromatic Colors of #4C4F70
Black with #4C4F70
Text Example
Text Example
White with #4C4F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4F70; }
p { color: rgb(76,79,112); }
H1.HeaderClassName
{
color: #4C4F70;
}
.AnyTagClassName
{
color: #4C4F70;
}
</style>
background-color css
<style>
a { background-color: #4C4F70; }
a { background-color: rgb(76,79,112); }
div.DivClassName
{
background-color: #4C4F70;
}
.BgClassName
{
background-color: #4C4F70;
}
</style>
border-color css
<style>
span { border-color: #4C4F70; }
span { border-color: rgb(76,79,112); }
td.TdClassName
{
border-color: #4C4F70;
}
.TagClassName
{
border-color: #4C4F70;
}
</style>