Shades of Chambray #4E5978
Tints of Chambray #4E5978
RGB
CMYK
RGB Variations
Color information
#4E5978 (or 0x4E5978) is known color: Chambray. HEX triplet: 4E, 59 and 78. RGB value is (78,89,120). Sum of RGB (Red+Green+Blue) = 78+89+120=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E5978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5978 is #B1A687. Grayscale: #595959. Windows color (decimal): -11642504 or 7887182. OLE color: 7887182.
HSL color Cylindrical-coordinate representation of color #4E5978: hue angle of 224.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E5978 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 89 | 120 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.53 |
| HSL | 224.29º | 0.21% | 0.39% | - |
| HSV(B) | 224.29º | 0.35% | 0.47% | - |
| XYZ | 10.1 | 10.12 | 19.19 | - |
| YUV | 89.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 120 | 0.35 | 0.26 | 0 | 0.53 | 224.29 | 0.21 | 0.39 |
| Hex | 4E | 59 | 78 | 23 | 1A | 0 | 35 | E0 | 15 | 27 |
| Octal | 116 | 131 | 170 | 43 | 32 | 0 | 65 | 340 | 25 | 47 |
| Binary | 1001110 | 1011001 | 1111000 | 100011 | 11010 | 0 | 110101 | 11100000 | 10101 | 100111 |
Color Harmonies of #4E5978
Complementary color
Monochromatic Colors of #4E5978
Black with #4E5978
Text Example
Text Example
White with #4E5978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5978; }
p { color: rgb(78,89,120); }
H1.HeaderClassName
{
color: #4E5978;
}
.AnyTagClassName
{
color: #4E5978;
}
</style>
background-color css
<style>
a { background-color: #4E5978; }
a { background-color: rgb(78,89,120); }
div.DivClassName
{
background-color: #4E5978;
}
.BgClassName
{
background-color: #4E5978;
}
</style>
border-color css
<style>
span { border-color: #4E5978; }
span { border-color: rgb(78,89,120); }
td.TdClassName
{
border-color: #4E5978;
}
.TagClassName
{
border-color: #4E5978;
}
</style>