Shades of Chambray #4C5E7C
Tints of Chambray #4C5E7C
RGB
CMYK
RGB Variations
Color information
#4C5E7C (or 0x4C5E7C) is known color: Chambray. HEX triplet: 4C, 5E and 7C. RGB value is (76,94,124). Sum of RGB (Red+Green+Blue) = 76+94+124=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C5E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5E7C is #B3A183. Grayscale: #5B5B5B. Windows color (decimal): -11772292 or 8150604. OLE color: 8150604.
HSL color Cylindrical-coordinate representation of color #4C5E7C: hue angle of 217.5º 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 #4C5E7C is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 94 | 124 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.51 |
| HSL | 217.5º | 0.24% | 0.39% | - |
| HSV(B) | 217.5º | 0.39% | 0.49% | - |
| XYZ | 10.62 | 11 | 20.63 | - |
| YUV | 92.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 124 | 0.39 | 0.24 | 0 | 0.51 | 217.5 | 0.24 | 0.39 |
| Hex | 4C | 5E | 7C | 27 | 18 | 0 | 33 | DA | 18 | 27 |
| Octal | 114 | 136 | 174 | 47 | 30 | 0 | 63 | 332 | 30 | 47 |
| Binary | 1001100 | 1011110 | 1111100 | 100111 | 11000 | 0 | 110011 | 11011010 | 11000 | 100111 |
Color Harmonies of #4C5E7C
Complementary color
Monochromatic Colors of #4C5E7C
Black with #4C5E7C
Text Example
Text Example
White with #4C5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5E7C; }
p { color: rgb(76,94,124); }
H1.HeaderClassName
{
color: #4C5E7C;
}
.AnyTagClassName
{
color: #4C5E7C;
}
</style>
background-color css
<style>
a { background-color: #4C5E7C; }
a { background-color: rgb(76,94,124); }
div.DivClassName
{
background-color: #4C5E7C;
}
.BgClassName
{
background-color: #4C5E7C;
}
</style>
border-color css
<style>
span { border-color: #4C5E7C; }
span { border-color: rgb(76,94,124); }
td.TdClassName
{
border-color: #4C5E7C;
}
.TagClassName
{
border-color: #4C5E7C;
}
</style>