Shades of Chambray #4E5E73
Tints of Chambray #4E5E73
RGB
CMYK
RGB Variations
Color information
#4E5E73 (or 0x4E5E73) is known color: Chambray. HEX triplet: 4E, 5E and 73. RGB value is (78,94,115). Sum of RGB (Red+Green+Blue) = 78+94+115=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E5E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5E73 is #B1A18C. Grayscale: #5B5B5B. Windows color (decimal): -11641229 or 7560782. OLE color: 7560782.
HSL color Cylindrical-coordinate representation of color #4E5E73: hue angle of 214.05º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E5E73 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 94 | 115 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.55 |
| HSL | 214.05º | 0.19% | 0.38% | - |
| HSV(B) | 214.05º | 0.32% | 0.45% | - |
| XYZ | 10.24 | 10.86 | 17.78 | - |
| YUV | 91.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 94 | 115 | 0.32 | 0.18 | 0 | 0.55 | 214.05 | 0.19 | 0.38 |
| Hex | 4E | 5E | 73 | 20 | 12 | 0 | 37 | D6 | 13 | 26 |
| Octal | 116 | 136 | 163 | 40 | 22 | 0 | 67 | 326 | 23 | 46 |
| Binary | 1001110 | 1011110 | 1110011 | 100000 | 10010 | 0 | 110111 | 11010110 | 10011 | 100110 |
Color Harmonies of #4E5E73
Complementary color
Monochromatic Colors of #4E5E73
Black with #4E5E73
Text Example
Text Example
White with #4E5E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5E73; }
p { color: rgb(78,94,115); }
H1.HeaderClassName
{
color: #4E5E73;
}
.AnyTagClassName
{
color: #4E5E73;
}
</style>
background-color css
<style>
a { background-color: #4E5E73; }
a { background-color: rgb(78,94,115); }
div.DivClassName
{
background-color: #4E5E73;
}
.BgClassName
{
background-color: #4E5E73;
}
</style>
border-color css
<style>
span { border-color: #4E5E73; }
span { border-color: rgb(78,94,115); }
td.TdClassName
{
border-color: #4E5E73;
}
.TagClassName
{
border-color: #4E5E73;
}
</style>