Shades of Chambray #4E6076
Tints of Chambray #4E6076
RGB
CMYK
RGB Variations
Color information
#4E6076 (or 0x4E6076) is known color: Chambray. HEX triplet: 4E, 60 and 76. RGB value is (78,96,118). Sum of RGB (Red+Green+Blue) = 78+96+118=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E6076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6076 is #B19F89. Grayscale: #5D5D5D. Windows color (decimal): -11640714 or 7757902. OLE color: 7757902.
HSL color Cylindrical-coordinate representation of color #4E6076: hue angle of 213º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E6076 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 96 | 118 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.54 |
| HSL | 213º | 0.2% | 0.38% | - |
| HSV(B) | 213º | 0.34% | 0.46% | - |
| XYZ | 10.59 | 11.29 | 18.76 | - |
| YUV | 93.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 118 | 0.34 | 0.19 | 0 | 0.54 | 213 | 0.2 | 0.38 |
| Hex | 4E | 60 | 76 | 22 | 13 | 0 | 36 | D5 | 14 | 26 |
| Octal | 116 | 140 | 166 | 42 | 23 | 0 | 66 | 325 | 24 | 46 |
| Binary | 1001110 | 1100000 | 1110110 | 100010 | 10011 | 0 | 110110 | 11010101 | 10100 | 100110 |
Color Harmonies of #4E6076
Complementary color
Monochromatic Colors of #4E6076
Black with #4E6076
Text Example
Text Example
White with #4E6076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6076; }
p { color: rgb(78,96,118); }
H1.HeaderClassName
{
color: #4E6076;
}
.AnyTagClassName
{
color: #4E6076;
}
</style>
background-color css
<style>
a { background-color: #4E6076; }
a { background-color: rgb(78,96,118); }
div.DivClassName
{
background-color: #4E6076;
}
.BgClassName
{
background-color: #4E6076;
}
</style>
border-color css
<style>
span { border-color: #4E6076; }
span { border-color: rgb(78,96,118); }
td.TdClassName
{
border-color: #4E6076;
}
.TagClassName
{
border-color: #4E6076;
}
</style>