Shades of Chambray #4C5E76
Tints of Chambray #4C5E76
RGB
CMYK
RGB Variations
Color information
#4C5E76 (or 0x4C5E76) is known color: Chambray. HEX triplet: 4C, 5E and 76. RGB value is (76,94,118). Sum of RGB (Red+Green+Blue) = 76+94+118=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C5E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5E76 is #B3A189. Grayscale: #5B5B5B. Windows color (decimal): -11772298 or 7757388. OLE color: 7757388.
HSL color Cylindrical-coordinate representation of color #4C5E76: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C5E76 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 94 | 118 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.54 |
| HSL | 214.29º | 0.22% | 0.38% | - |
| HSV(B) | 214.29º | 0.36% | 0.46% | - |
| XYZ | 10.25 | 10.85 | 18.69 | - |
| YUV | 91.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 118 | 0.36 | 0.20 | 0 | 0.54 | 214.29 | 0.22 | 0.38 |
| Hex | 4C | 5E | 76 | 24 | 14 | 0 | 36 | D6 | 16 | 26 |
| Octal | 114 | 136 | 166 | 44 | 24 | 0 | 66 | 326 | 26 | 46 |
| Binary | 1001100 | 1011110 | 1110110 | 100100 | 10100 | 0 | 110110 | 11010110 | 10110 | 100110 |
Color Harmonies of #4C5E76
Complementary color
Monochromatic Colors of #4C5E76
Black with #4C5E76
Text Example
Text Example
White with #4C5E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5E76; }
p { color: rgb(76,94,118); }
H1.HeaderClassName
{
color: #4C5E76;
}
.AnyTagClassName
{
color: #4C5E76;
}
</style>
background-color css
<style>
a { background-color: #4C5E76; }
a { background-color: rgb(76,94,118); }
div.DivClassName
{
background-color: #4C5E76;
}
.BgClassName
{
background-color: #4C5E76;
}
</style>
border-color css
<style>
span { border-color: #4C5E76; }
span { border-color: rgb(76,94,118); }
td.TdClassName
{
border-color: #4C5E76;
}
.TagClassName
{
border-color: #4C5E76;
}
</style>