Shades of Chambray #4E5970
Tints of Chambray #4E5970
RGB
CMYK
RGB Variations
Color information
#4E5970 (or 0x4E5970) is known color: Chambray. HEX triplet: 4E, 59 and 70. RGB value is (78,89,112). Sum of RGB (Red+Green+Blue) = 78+89+112=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5970 is #B1A68F. Grayscale: #585858. Windows color (decimal): -11642512 or 7362894. OLE color: 7362894.
HSL color Cylindrical-coordinate representation of color #4E5970: hue angle of 220.59º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E5970 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 89 | 112 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.56 |
| HSL | 220.59º | 0.18% | 0.37% | - |
| HSV(B) | 220.59º | 0.3% | 0.44% | - |
| XYZ | 9.64 | 9.93 | 16.74 | - |
| YUV | 88.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 112 | 0.30 | 0.21 | 0 | 0.56 | 220.59 | 0.18 | 0.37 |
| Hex | 4E | 59 | 70 | 1E | 15 | 0 | 38 | DD | 12 | 25 |
| Octal | 116 | 131 | 160 | 36 | 25 | 0 | 70 | 335 | 22 | 45 |
| Binary | 1001110 | 1011001 | 1110000 | 11110 | 10101 | 0 | 111000 | 11011101 | 10010 | 100101 |
Color Harmonies of #4E5970
Complementary color
Monochromatic Colors of #4E5970
Black with #4E5970
Text Example
Text Example
White with #4E5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5970; }
p { color: rgb(78,89,112); }
H1.HeaderClassName
{
color: #4E5970;
}
.AnyTagClassName
{
color: #4E5970;
}
</style>
background-color css
<style>
a { background-color: #4E5970; }
a { background-color: rgb(78,89,112); }
div.DivClassName
{
background-color: #4E5970;
}
.BgClassName
{
background-color: #4E5970;
}
</style>
border-color css
<style>
span { border-color: #4E5970; }
span { border-color: rgb(78,89,112); }
td.TdClassName
{
border-color: #4E5970;
}
.TagClassName
{
border-color: #4E5970;
}
</style>