Shades of Chambray #4E5E80
Tints of Chambray #4E5E80
RGB
CMYK
RGB Variations
Color information
#4E5E80 (or 0x4E5E80) is known color: Chambray. HEX triplet: 4E, 5E and 80. RGB value is (78,94,128). Sum of RGB (Red+Green+Blue) = 78+94+128=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E5E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5E80 is #B1A17F. Grayscale: #5C5C5C. Windows color (decimal): -11641216 or 8412750. OLE color: 8412750.
HSL color Cylindrical-coordinate representation of color #4E5E80: hue angle of 220.8º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E5E80 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 94 | 128 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.50 |
| HSL | 220.8º | 0.24% | 0.4% | - |
| HSV(B) | 220.8º | 0.39% | 0.5% | - |
| XYZ | 11.04 | 11.18 | 22 | - |
| YUV | 93.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 94 | 128 | 0.39 | 0.27 | 0 | 0.50 | 220.8 | 0.24 | 0.4 |
| Hex | 4E | 5E | 80 | 27 | 1B | 0 | 32 | DD | 18 | 28 |
| Octal | 116 | 136 | 200 | 47 | 33 | 0 | 62 | 335 | 30 | 50 |
| Binary | 1001110 | 1011110 | 10000000 | 100111 | 11011 | 0 | 110010 | 11011101 | 11000 | 101000 |
Color Harmonies of #4E5E80
Complementary color
Monochromatic Colors of #4E5E80
Black with #4E5E80
Text Example
Text Example
White with #4E5E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5E80; }
p { color: rgb(78,94,128); }
H1.HeaderClassName
{
color: #4E5E80;
}
.AnyTagClassName
{
color: #4E5E80;
}
</style>
background-color css
<style>
a { background-color: #4E5E80; }
a { background-color: rgb(78,94,128); }
div.DivClassName
{
background-color: #4E5E80;
}
.BgClassName
{
background-color: #4E5E80;
}
</style>
border-color css
<style>
span { border-color: #4E5E80; }
span { border-color: rgb(78,94,128); }
td.TdClassName
{
border-color: #4E5E80;
}
.TagClassName
{
border-color: #4E5E80;
}
</style>