Shades of Chambray #4C5B70
Tints of Chambray #4C5B70
RGB
CMYK
RGB Variations
Color information
#4C5B70 (or 0x4C5B70) is known color: Chambray. HEX triplet: 4C, 5B and 70. RGB value is (76,91,112). Sum of RGB (Red+Green+Blue) = 76+91+112=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C5B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5B70 is #B3A48F. Grayscale: #585858. Windows color (decimal): -11773072 or 7363404. OLE color: 7363404.
HSL color Cylindrical-coordinate representation of color #4C5B70: hue angle of 215º 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 #4C5B70 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 91 | 112 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.56 |
| HSL | 215º | 0.19% | 0.37% | - |
| HSV(B) | 215º | 0.32% | 0.44% | - |
| XYZ | 9.65 | 10.19 | 16.79 | - |
| YUV | 88.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 91 | 112 | 0.32 | 0.19 | 0 | 0.56 | 215 | 0.19 | 0.37 |
| Hex | 4C | 5B | 70 | 20 | 13 | 0 | 38 | D7 | 13 | 25 |
| Octal | 114 | 133 | 160 | 40 | 23 | 0 | 70 | 327 | 23 | 45 |
| Binary | 1001100 | 1011011 | 1110000 | 100000 | 10011 | 0 | 111000 | 11010111 | 10011 | 100101 |
Color Harmonies of #4C5B70
Complementary color
Monochromatic Colors of #4C5B70
Black with #4C5B70
Text Example
Text Example
White with #4C5B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5B70; }
p { color: rgb(76,91,112); }
H1.HeaderClassName
{
color: #4C5B70;
}
.AnyTagClassName
{
color: #4C5B70;
}
</style>
background-color css
<style>
a { background-color: #4C5B70; }
a { background-color: rgb(76,91,112); }
div.DivClassName
{
background-color: #4C5B70;
}
.BgClassName
{
background-color: #4C5B70;
}
</style>
border-color css
<style>
span { border-color: #4C5B70; }
span { border-color: rgb(76,91,112); }
td.TdClassName
{
border-color: #4C5B70;
}
.TagClassName
{
border-color: #4C5B70;
}
</style>