Shades of Chambray #4E5B70
Tints of Chambray #4E5B70
RGB
CMYK
RGB Variations
Color information
#4E5B70 (or 0x4E5B70) is known color: Chambray. HEX triplet: 4E, 5B and 70. RGB value is (78,91,112). Sum of RGB (Red+Green+Blue) = 78+91+112=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E5B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5B70 is #B1A48F. Grayscale: #595959. Windows color (decimal): -11642000 or 7363406. OLE color: 7363406.
HSL color Cylindrical-coordinate representation of color #4E5B70: hue angle of 217.06º 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 #4E5B70 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 91 | 112 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.56 |
| HSL | 217.06º | 0.18% | 0.37% | - |
| HSV(B) | 217.06º | 0.3% | 0.44% | - |
| XYZ | 9.81 | 10.27 | 16.79 | - |
| YUV | 89.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 112 | 0.30 | 0.19 | 0 | 0.56 | 217.06 | 0.18 | 0.37 |
| Hex | 4E | 5B | 70 | 1E | 13 | 0 | 38 | D9 | 12 | 25 |
| Octal | 116 | 133 | 160 | 36 | 23 | 0 | 70 | 331 | 22 | 45 |
| Binary | 1001110 | 1011011 | 1110000 | 11110 | 10011 | 0 | 111000 | 11011001 | 10010 | 100101 |
Color Harmonies of #4E5B70
Complementary color
Monochromatic Colors of #4E5B70
Black with #4E5B70
Text Example
Text Example
White with #4E5B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B70; }
p { color: rgb(78,91,112); }
H1.HeaderClassName
{
color: #4E5B70;
}
.AnyTagClassName
{
color: #4E5B70;
}
</style>
background-color css
<style>
a { background-color: #4E5B70; }
a { background-color: rgb(78,91,112); }
div.DivClassName
{
background-color: #4E5B70;
}
.BgClassName
{
background-color: #4E5B70;
}
</style>
border-color css
<style>
span { border-color: #4E5B70; }
span { border-color: rgb(78,91,112); }
td.TdClassName
{
border-color: #4E5B70;
}
.TagClassName
{
border-color: #4E5B70;
}
</style>