Shades of Chambray #4E5973
Tints of Chambray #4E5973
RGB
CMYK
RGB Variations
Color information
#4E5973 (or 0x4E5973) is known color: Chambray. HEX triplet: 4E, 59 and 73. RGB value is (78,89,115). Sum of RGB (Red+Green+Blue) = 78+89+115=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E5973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5973 is #B1A68C. Grayscale: #585858. Windows color (decimal): -11642509 or 7559502. OLE color: 7559502.
HSL color Cylindrical-coordinate representation of color #4E5973: hue angle of 222.16º 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 #4E5973 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 89 | 115 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.55 |
| HSL | 222.16º | 0.19% | 0.38% | - |
| HSV(B) | 222.16º | 0.32% | 0.45% | - |
| XYZ | 9.81 | 10 | 17.63 | - |
| YUV | 88.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 115 | 0.32 | 0.23 | 0 | 0.55 | 222.16 | 0.19 | 0.38 |
| Hex | 4E | 59 | 73 | 20 | 17 | 0 | 37 | DE | 13 | 26 |
| Octal | 116 | 131 | 163 | 40 | 27 | 0 | 67 | 336 | 23 | 46 |
| Binary | 1001110 | 1011001 | 1110011 | 100000 | 10111 | 0 | 110111 | 11011110 | 10011 | 100110 |
Color Harmonies of #4E5973
Complementary color
Monochromatic Colors of #4E5973
Black with #4E5973
Text Example
Text Example
White with #4E5973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5973; }
p { color: rgb(78,89,115); }
H1.HeaderClassName
{
color: #4E5973;
}
.AnyTagClassName
{
color: #4E5973;
}
</style>
background-color css
<style>
a { background-color: #4E5973; }
a { background-color: rgb(78,89,115); }
div.DivClassName
{
background-color: #4E5973;
}
.BgClassName
{
background-color: #4E5973;
}
</style>
border-color css
<style>
span { border-color: #4E5973; }
span { border-color: rgb(78,89,115); }
td.TdClassName
{
border-color: #4E5973;
}
.TagClassName
{
border-color: #4E5973;
}
</style>