Shades of Chambray #4C597C
Tints of Chambray #4C597C
RGB
CMYK
RGB Variations
Color information
#4C597C (or 0x4C597C) is known color: Chambray. HEX triplet: 4C, 59 and 7C. RGB value is (76,89,124). Sum of RGB (Red+Green+Blue) = 76+89+124=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C597C is #B3A683. Grayscale: #585858. Windows color (decimal): -11773572 or 8149324. OLE color: 8149324.
HSL color Cylindrical-coordinate representation of color #4C597C: hue angle of 223.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C597C is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 89 | 124 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.51 |
| HSL | 223.75º | 0.24% | 0.39% | - |
| HSV(B) | 223.75º | 0.39% | 0.49% | - |
| XYZ | 10.19 | 10.14 | 20.49 | - |
| YUV | 89.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 89 | 124 | 0.39 | 0.28 | 0 | 0.51 | 223.75 | 0.24 | 0.39 |
| Hex | 4C | 59 | 7C | 27 | 1C | 0 | 33 | E0 | 18 | 27 |
| Octal | 114 | 131 | 174 | 47 | 34 | 0 | 63 | 340 | 30 | 47 |
| Binary | 1001100 | 1011001 | 1111100 | 100111 | 11100 | 0 | 110011 | 11100000 | 11000 | 100111 |
Color Harmonies of #4C597C
Complementary color
Monochromatic Colors of #4C597C
Black with #4C597C
Text Example
Text Example
White with #4C597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C597C; }
p { color: rgb(76,89,124); }
H1.HeaderClassName
{
color: #4C597C;
}
.AnyTagClassName
{
color: #4C597C;
}
</style>
background-color css
<style>
a { background-color: #4C597C; }
a { background-color: rgb(76,89,124); }
div.DivClassName
{
background-color: #4C597C;
}
.BgClassName
{
background-color: #4C597C;
}
</style>
border-color css
<style>
span { border-color: #4C597C; }
span { border-color: rgb(76,89,124); }
td.TdClassName
{
border-color: #4C597C;
}
.TagClassName
{
border-color: #4C597C;
}
</style>