Shades of Chambray #4C5975
Tints of Chambray #4C5975
RGB
CMYK
RGB Variations
Color information
#4C5975 (or 0x4C5975) is known color: Chambray. HEX triplet: 4C, 59 and 75. RGB value is (76,89,117). Sum of RGB (Red+Green+Blue) = 76+89+117=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C5975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5975 is #B3A68A. Grayscale: #585858. Windows color (decimal): -11773579 or 7690572. OLE color: 7690572.
HSL color Cylindrical-coordinate representation of color #4C5975: hue angle of 220.98º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C5975 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 89 | 117 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.54 |
| HSL | 220.98º | 0.21% | 0.38% | - |
| HSV(B) | 220.98º | 0.35% | 0.46% | - |
| XYZ | 9.76 | 9.97 | 18.24 | - |
| YUV | 88.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 89 | 117 | 0.35 | 0.24 | 0 | 0.54 | 220.98 | 0.21 | 0.38 |
| Hex | 4C | 59 | 75 | 23 | 18 | 0 | 36 | DD | 15 | 26 |
| Octal | 114 | 131 | 165 | 43 | 30 | 0 | 66 | 335 | 25 | 46 |
| Binary | 1001100 | 1011001 | 1110101 | 100011 | 11000 | 0 | 110110 | 11011101 | 10101 | 100110 |
Color Harmonies of #4C5975
Complementary color
Monochromatic Colors of #4C5975
Black with #4C5975
Text Example
Text Example
White with #4C5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5975; }
p { color: rgb(76,89,117); }
H1.HeaderClassName
{
color: #4C5975;
}
.AnyTagClassName
{
color: #4C5975;
}
</style>
background-color css
<style>
a { background-color: #4C5975; }
a { background-color: rgb(76,89,117); }
div.DivClassName
{
background-color: #4C5975;
}
.BgClassName
{
background-color: #4C5975;
}
</style>
border-color css
<style>
span { border-color: #4C5975; }
span { border-color: rgb(76,89,117); }
td.TdClassName
{
border-color: #4C5975;
}
.TagClassName
{
border-color: #4C5975;
}
</style>