Shades of Chambray #4C5D70
Tints of Chambray #4C5D70
RGB
CMYK
RGB Variations
Color information
#4C5D70 (or 0x4C5D70) is known color: Chambray. HEX triplet: 4C, 5D and 70. RGB value is (76,93,112). Sum of RGB (Red+Green+Blue) = 76+93+112=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C5D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5D70 is #B3A28F. Grayscale: #595959. Windows color (decimal): -11772560 or 7363916. OLE color: 7363916.
HSL color Cylindrical-coordinate representation of color #4C5D70: hue angle of 211.67º 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 #4C5D70 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 93 | 112 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.56 |
| HSL | 211.67º | 0.19% | 0.37% | - |
| HSV(B) | 211.67º | 0.32% | 0.44% | - |
| XYZ | 9.82 | 10.54 | 16.85 | - |
| YUV | 90.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 112 | 0.32 | 0.17 | 0 | 0.56 | 211.67 | 0.19 | 0.37 |
| Hex | 4C | 5D | 70 | 20 | 11 | 0 | 38 | D4 | 13 | 25 |
| Octal | 114 | 135 | 160 | 40 | 21 | 0 | 70 | 324 | 23 | 45 |
| Binary | 1001100 | 1011101 | 1110000 | 100000 | 10001 | 0 | 111000 | 11010100 | 10011 | 100101 |
Color Harmonies of #4C5D70
Complementary color
Monochromatic Colors of #4C5D70
Black with #4C5D70
Text Example
Text Example
White with #4C5D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5D70; }
p { color: rgb(76,93,112); }
H1.HeaderClassName
{
color: #4C5D70;
}
.AnyTagClassName
{
color: #4C5D70;
}
</style>
background-color css
<style>
a { background-color: #4C5D70; }
a { background-color: rgb(76,93,112); }
div.DivClassName
{
background-color: #4C5D70;
}
.BgClassName
{
background-color: #4C5D70;
}
</style>
border-color css
<style>
span { border-color: #4C5D70; }
span { border-color: rgb(76,93,112); }
td.TdClassName
{
border-color: #4C5D70;
}
.TagClassName
{
border-color: #4C5D70;
}
</style>