Shades of Chambray #4E5F76
Tints of Chambray #4E5F76
RGB
CMYK
RGB Variations
Color information
#4E5F76 (or 0x4E5F76) is known color: Chambray. HEX triplet: 4E, 5F and 76. RGB value is (78,95,118). Sum of RGB (Red+Green+Blue) = 78+95+118=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E5F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5F76 is #B1A089. Grayscale: #5C5C5C. Windows color (decimal): -11640970 or 7757646. OLE color: 7757646.
HSL color Cylindrical-coordinate representation of color #4E5F76: hue angle of 214.5º 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 #4E5F76 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 95 | 118 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.54 |
| HSL | 214.5º | 0.2% | 0.38% | - |
| HSV(B) | 214.5º | 0.34% | 0.46% | - |
| XYZ | 10.5 | 11.11 | 18.73 | - |
| YUV | 92.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 95 | 118 | 0.34 | 0.19 | 0 | 0.54 | 214.5 | 0.2 | 0.38 |
| Hex | 4E | 5F | 76 | 22 | 13 | 0 | 36 | D6 | 14 | 26 |
| Octal | 116 | 137 | 166 | 42 | 23 | 0 | 66 | 326 | 24 | 46 |
| Binary | 1001110 | 1011111 | 1110110 | 100010 | 10011 | 0 | 110110 | 11010110 | 10100 | 100110 |
Color Harmonies of #4E5F76
Complementary color
Monochromatic Colors of #4E5F76
Black with #4E5F76
Text Example
Text Example
White with #4E5F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5F76; }
p { color: rgb(78,95,118); }
H1.HeaderClassName
{
color: #4E5F76;
}
.AnyTagClassName
{
color: #4E5F76;
}
</style>
background-color css
<style>
a { background-color: #4E5F76; }
a { background-color: rgb(78,95,118); }
div.DivClassName
{
background-color: #4E5F76;
}
.BgClassName
{
background-color: #4E5F76;
}
</style>
border-color css
<style>
span { border-color: #4E5F76; }
span { border-color: rgb(78,95,118); }
td.TdClassName
{
border-color: #4E5F76;
}
.TagClassName
{
border-color: #4E5F76;
}
</style>