Shades of Chambray #4C5C70
Tints of Chambray #4C5C70
RGB
CMYK
RGB Variations
Color information
#4C5C70 (or 0x4C5C70) is known color: Chambray. HEX triplet: 4C, 5C and 70. RGB value is (76,92,112). Sum of RGB (Red+Green+Blue) = 76+92+112=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C5C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5C70 is #B3A38F. Grayscale: #595959. Windows color (decimal): -11772816 or 7363660. OLE color: 7363660.
HSL color Cylindrical-coordinate representation of color #4C5C70: hue angle of 213.33º 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 #4C5C70 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 92 | 112 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.56 |
| HSL | 213.33º | 0.19% | 0.37% | - |
| HSV(B) | 213.33º | 0.32% | 0.44% | - |
| XYZ | 9.73 | 10.36 | 16.82 | - |
| YUV | 89.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 92 | 112 | 0.32 | 0.18 | 0 | 0.56 | 213.33 | 0.19 | 0.37 |
| Hex | 4C | 5C | 70 | 20 | 12 | 0 | 38 | D5 | 13 | 25 |
| Octal | 114 | 134 | 160 | 40 | 22 | 0 | 70 | 325 | 23 | 45 |
| Binary | 1001100 | 1011100 | 1110000 | 100000 | 10010 | 0 | 111000 | 11010101 | 10011 | 100101 |
Color Harmonies of #4C5C70
Complementary color
Monochromatic Colors of #4C5C70
Black with #4C5C70
Text Example
Text Example
White with #4C5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5C70; }
p { color: rgb(76,92,112); }
H1.HeaderClassName
{
color: #4C5C70;
}
.AnyTagClassName
{
color: #4C5C70;
}
</style>
background-color css
<style>
a { background-color: #4C5C70; }
a { background-color: rgb(76,92,112); }
div.DivClassName
{
background-color: #4C5C70;
}
.BgClassName
{
background-color: #4C5C70;
}
</style>
border-color css
<style>
span { border-color: #4C5C70; }
span { border-color: rgb(76,92,112); }
td.TdClassName
{
border-color: #4C5C70;
}
.TagClassName
{
border-color: #4C5C70;
}
</style>