Shades of Chambray #4E5971
Tints of Chambray #4E5971
RGB
CMYK
RGB Variations
Color information
#4E5971 (or 0x4E5971) is known color: Chambray. HEX triplet: 4E, 59 and 71. RGB value is (78,89,113). Sum of RGB (Red+Green+Blue) = 78+89+113=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E5971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5971 is #B1A68E. Grayscale: #585858. Windows color (decimal): -11642511 or 7428430. OLE color: 7428430.
HSL color Cylindrical-coordinate representation of color #4E5971: hue angle of 221.14º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E5971 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 89 | 113 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.56 |
| HSL | 221.14º | 0.18% | 0.37% | - |
| HSV(B) | 221.14º | 0.31% | 0.44% | - |
| XYZ | 9.69 | 9.96 | 17.03 | - |
| YUV | 88.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 113 | 0.31 | 0.21 | 0 | 0.56 | 221.14 | 0.18 | 0.37 |
| Hex | 4E | 59 | 71 | 1F | 15 | 0 | 38 | DD | 12 | 25 |
| Octal | 116 | 131 | 161 | 37 | 25 | 0 | 70 | 335 | 22 | 45 |
| Binary | 1001110 | 1011001 | 1110001 | 11111 | 10101 | 0 | 111000 | 11011101 | 10010 | 100101 |
Color Harmonies of #4E5971
Complementary color
Monochromatic Colors of #4E5971
Black with #4E5971
Text Example
Text Example
White with #4E5971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5971; }
p { color: rgb(78,89,113); }
H1.HeaderClassName
{
color: #4E5971;
}
.AnyTagClassName
{
color: #4E5971;
}
</style>
background-color css
<style>
a { background-color: #4E5971; }
a { background-color: rgb(78,89,113); }
div.DivClassName
{
background-color: #4E5971;
}
.BgClassName
{
background-color: #4E5971;
}
</style>
border-color css
<style>
span { border-color: #4E5971; }
span { border-color: rgb(78,89,113); }
td.TdClassName
{
border-color: #4E5971;
}
.TagClassName
{
border-color: #4E5971;
}
</style>