Shades of Chambray #4C567E
Tints of Chambray #4C567E
RGB
CMYK
RGB Variations
Color information
#4C567E (or 0x4C567E) is known color: Chambray. HEX triplet: 4C, 56 and 7E. RGB value is (76,86,126). Sum of RGB (Red+Green+Blue) = 76+86+126=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C567E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C567E is #B3A981. Grayscale: #575757. Windows color (decimal): -11774338 or 8279628. OLE color: 8279628.
HSL color Cylindrical-coordinate representation of color #4C567E: hue angle of 228º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C567E is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 86 | 126 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.51 |
| HSL | 228º | 0.25% | 0.4% | - |
| HSV(B) | 228º | 0.4% | 0.49% | - |
| XYZ | 10.07 | 9.7 | 21.08 | - |
| YUV | 87.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 86 | 126 | 0.40 | 0.32 | 0 | 0.51 | 228 | 0.25 | 0.4 |
| Hex | 4C | 56 | 7E | 28 | 20 | 0 | 33 | E4 | 19 | 28 |
| Octal | 114 | 126 | 176 | 50 | 40 | 0 | 63 | 344 | 31 | 50 |
| Binary | 1001100 | 1010110 | 1111110 | 101000 | 100000 | 0 | 110011 | 11100100 | 11001 | 101000 |
Color Harmonies of #4C567E
Complementary color
Monochromatic Colors of #4C567E
Black with #4C567E
Text Example
Text Example
White with #4C567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C567E; }
p { color: rgb(76,86,126); }
H1.HeaderClassName
{
color: #4C567E;
}
.AnyTagClassName
{
color: #4C567E;
}
</style>
background-color css
<style>
a { background-color: #4C567E; }
a { background-color: rgb(76,86,126); }
div.DivClassName
{
background-color: #4C567E;
}
.BgClassName
{
background-color: #4C567E;
}
</style>
border-color css
<style>
span { border-color: #4C567E; }
span { border-color: rgb(76,86,126); }
td.TdClassName
{
border-color: #4C567E;
}
.TagClassName
{
border-color: #4C567E;
}
</style>