Shades of Chambray #4C5D6F
Tints of Chambray #4C5D6F
RGB
CMYK
RGB Variations
Color information
#4C5D6F (or 0x4C5D6F) is known color: Chambray. HEX triplet: 4C, 5D and 6F. RGB value is (76,93,111). Sum of RGB (Red+Green+Blue) = 76+93+111=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C5D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5D6F is #B3A290. Grayscale: #595959. Windows color (decimal): -11772561 or 7298380. OLE color: 7298380.
HSL color Cylindrical-coordinate representation of color #4C5D6F: hue angle of 210.86º 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 #4C5D6F is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 93 | 111 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.56 |
| HSL | 210.86º | 0.19% | 0.37% | - |
| HSV(B) | 210.86º | 0.32% | 0.44% | - |
| XYZ | 9.76 | 10.51 | 16.55 | - |
| YUV | 89.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 111 | 0.32 | 0.16 | 0 | 0.56 | 210.86 | 0.19 | 0.37 |
| Hex | 4C | 5D | 6F | 20 | 10 | 0 | 38 | D3 | 13 | 25 |
| Octal | 114 | 135 | 157 | 40 | 20 | 0 | 70 | 323 | 23 | 45 |
| Binary | 1001100 | 1011101 | 1101111 | 100000 | 10000 | 0 | 111000 | 11010011 | 10011 | 100101 |
Color Harmonies of #4C5D6F
Complementary color
Monochromatic Colors of #4C5D6F
Black with #4C5D6F
Text Example
Text Example
White with #4C5D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5D6F; }
p { color: rgb(76,93,111); }
H1.HeaderClassName
{
color: #4C5D6F;
}
.AnyTagClassName
{
color: #4C5D6F;
}
</style>
background-color css
<style>
a { background-color: #4C5D6F; }
a { background-color: rgb(76,93,111); }
div.DivClassName
{
background-color: #4C5D6F;
}
.BgClassName
{
background-color: #4C5D6F;
}
</style>
border-color css
<style>
span { border-color: #4C5D6F; }
span { border-color: rgb(76,93,111); }
td.TdClassName
{
border-color: #4C5D6F;
}
.TagClassName
{
border-color: #4C5D6F;
}
</style>