Shades of Chambray #4C607C
Tints of Chambray #4C607C
RGB
CMYK
RGB Variations
Color information
#4C607C (or 0x4C607C) is known color: Chambray. HEX triplet: 4C, 60 and 7C. RGB value is (76,96,124). Sum of RGB (Red+Green+Blue) = 76+96+124=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C607C is #B39F83. Grayscale: #5D5D5D. Windows color (decimal): -11771780 or 8151116. OLE color: 8151116.
HSL color Cylindrical-coordinate representation of color #4C607C: hue angle of 215º 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 #4C607C is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 96 | 124 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.51 |
| HSL | 215º | 0.24% | 0.39% | - |
| HSV(B) | 215º | 0.39% | 0.49% | - |
| XYZ | 10.8 | 11.36 | 20.69 | - |
| YUV | 93.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 124 | 0.39 | 0.23 | 0 | 0.51 | 215 | 0.24 | 0.39 |
| Hex | 4C | 60 | 7C | 27 | 17 | 0 | 33 | D7 | 18 | 27 |
| Octal | 114 | 140 | 174 | 47 | 27 | 0 | 63 | 327 | 30 | 47 |
| Binary | 1001100 | 1100000 | 1111100 | 100111 | 10111 | 0 | 110011 | 11010111 | 11000 | 100111 |
Color Harmonies of #4C607C
Complementary color
Monochromatic Colors of #4C607C
Black with #4C607C
Text Example
Text Example
White with #4C607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C607C; }
p { color: rgb(76,96,124); }
H1.HeaderClassName
{
color: #4C607C;
}
.AnyTagClassName
{
color: #4C607C;
}
</style>
background-color css
<style>
a { background-color: #4C607C; }
a { background-color: rgb(76,96,124); }
div.DivClassName
{
background-color: #4C607C;
}
.BgClassName
{
background-color: #4C607C;
}
</style>
border-color css
<style>
span { border-color: #4C607C; }
span { border-color: rgb(76,96,124); }
td.TdClassName
{
border-color: #4C607C;
}
.TagClassName
{
border-color: #4C607C;
}
</style>