Shades of Chambray #4C607F
Tints of Chambray #4C607F
RGB
CMYK
RGB Variations
Color information
#4C607F (or 0x4C607F) is known color: Chambray. HEX triplet: 4C, 60 and 7F. RGB value is (76,96,127). Sum of RGB (Red+Green+Blue) = 76+96+127=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C607F is #B39F80. Grayscale: #5D5D5D. Windows color (decimal): -11771777 or 8347724. OLE color: 8347724.
HSL color Cylindrical-coordinate representation of color #4C607F: hue angle of 216.47º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C607F is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 96 | 127 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.50 |
| HSL | 216.47º | 0.25% | 0.4% | - |
| HSV(B) | 216.47º | 0.4% | 0.5% | - |
| XYZ | 10.99 | 11.43 | 21.71 | - |
| YUV | 93.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 127 | 0.40 | 0.24 | 0 | 0.50 | 216.47 | 0.25 | 0.4 |
| Hex | 4C | 60 | 7F | 28 | 18 | 0 | 32 | D8 | 19 | 28 |
| Octal | 114 | 140 | 177 | 50 | 30 | 0 | 62 | 330 | 31 | 50 |
| Binary | 1001100 | 1100000 | 1111111 | 101000 | 11000 | 0 | 110010 | 11011000 | 11001 | 101000 |
Color Harmonies of #4C607F
Complementary color
Monochromatic Colors of #4C607F
Black with #4C607F
Text Example
Text Example
White with #4C607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C607F; }
p { color: rgb(76,96,127); }
H1.HeaderClassName
{
color: #4C607F;
}
.AnyTagClassName
{
color: #4C607F;
}
</style>
background-color css
<style>
a { background-color: #4C607F; }
a { background-color: rgb(76,96,127); }
div.DivClassName
{
background-color: #4C607F;
}
.BgClassName
{
background-color: #4C607F;
}
</style>
border-color css
<style>
span { border-color: #4C607F; }
span { border-color: rgb(76,96,127); }
td.TdClassName
{
border-color: #4C607F;
}
.TagClassName
{
border-color: #4C607F;
}
</style>