Shades of Chambray #4C5D73
Tints of Chambray #4C5D73
RGB
CMYK
RGB Variations
Color information
#4C5D73 (or 0x4C5D73) is known color: Chambray. HEX triplet: 4C, 5D and 73. RGB value is (76,93,115). Sum of RGB (Red+Green+Blue) = 76+93+115=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C5D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5D73 is #B3A28C. Grayscale: #5A5A5A. Windows color (decimal): -11772557 or 7560524. OLE color: 7560524.
HSL color Cylindrical-coordinate representation of color #4C5D73: hue angle of 213.85º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C5D73 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 93 | 115 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.55 |
| HSL | 213.85º | 0.2% | 0.37% | - |
| HSV(B) | 213.85º | 0.34% | 0.45% | - |
| XYZ | 9.99 | 10.6 | 17.74 | - |
| YUV | 90.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 115 | 0.34 | 0.19 | 0 | 0.55 | 213.85 | 0.2 | 0.37 |
| Hex | 4C | 5D | 73 | 22 | 13 | 0 | 37 | D6 | 14 | 25 |
| Octal | 114 | 135 | 163 | 42 | 23 | 0 | 67 | 326 | 24 | 45 |
| Binary | 1001100 | 1011101 | 1110011 | 100010 | 10011 | 0 | 110111 | 11010110 | 10100 | 100101 |
Color Harmonies of #4C5D73
Complementary color
Monochromatic Colors of #4C5D73
Black with #4C5D73
Text Example
Text Example
White with #4C5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5D73; }
p { color: rgb(76,93,115); }
H1.HeaderClassName
{
color: #4C5D73;
}
.AnyTagClassName
{
color: #4C5D73;
}
</style>
background-color css
<style>
a { background-color: #4C5D73; }
a { background-color: rgb(76,93,115); }
div.DivClassName
{
background-color: #4C5D73;
}
.BgClassName
{
background-color: #4C5D73;
}
</style>
border-color css
<style>
span { border-color: #4C5D73; }
span { border-color: rgb(76,93,115); }
td.TdClassName
{
border-color: #4C5D73;
}
.TagClassName
{
border-color: #4C5D73;
}
</style>