Shades of Chambray #4E5982
Tints of Chambray #4E5982
RGB
CMYK
RGB Variations
Color information
#4E5982 (or 0x4E5982) is known color: Chambray. HEX triplet: 4E, 59 and 82. RGB value is (78,89,130). Sum of RGB (Red+Green+Blue) = 78+89+130=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E5982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5982 is #B1A67D. Grayscale: #5A5A5A. Windows color (decimal): -11642494 or 8542542. OLE color: 8542542.
HSL color Cylindrical-coordinate representation of color #4E5982: hue angle of 227.31º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E5982 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 89 | 130 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.49 |
| HSL | 227.31º | 0.25% | 0.41% | - |
| HSV(B) | 227.31º | 0.4% | 0.51% | - |
| XYZ | 10.74 | 10.38 | 22.56 | - |
| YUV | 90.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 130 | 0.40 | 0.32 | 0 | 0.49 | 227.31 | 0.25 | 0.41 |
| Hex | 4E | 59 | 82 | 28 | 20 | 0 | 31 | E3 | 19 | 29 |
| Octal | 116 | 131 | 202 | 50 | 40 | 0 | 61 | 343 | 31 | 51 |
| Binary | 1001110 | 1011001 | 10000010 | 101000 | 100000 | 0 | 110001 | 11100011 | 11001 | 101001 |
Color Harmonies of #4E5982
Complementary color
Monochromatic Colors of #4E5982
Black with #4E5982
Text Example
Text Example
White with #4E5982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5982; }
p { color: rgb(78,89,130); }
H1.HeaderClassName
{
color: #4E5982;
}
.AnyTagClassName
{
color: #4E5982;
}
</style>
background-color css
<style>
a { background-color: #4E5982; }
a { background-color: rgb(78,89,130); }
div.DivClassName
{
background-color: #4E5982;
}
.BgClassName
{
background-color: #4E5982;
}
</style>
border-color css
<style>
span { border-color: #4E5982; }
span { border-color: rgb(78,89,130); }
td.TdClassName
{
border-color: #4E5982;
}
.TagClassName
{
border-color: #4E5982;
}
</style>