Shades of Chambray #4E5C70
Tints of Chambray #4E5C70
RGB
CMYK
RGB Variations
Color information
#4E5C70 (or 0x4E5C70) is known color: Chambray. HEX triplet: 4E, 5C and 70. RGB value is (78,92,112). Sum of RGB (Red+Green+Blue) = 78+92+112=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E5C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5C70 is #B1A38F. Grayscale: #5A5A5A. Windows color (decimal): -11641744 or 7363662. OLE color: 7363662.
HSL color Cylindrical-coordinate representation of color #4E5C70: hue angle of 215.29º 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 #4E5C70 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 92 | 112 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.56 |
| HSL | 215.29º | 0.18% | 0.37% | - |
| HSV(B) | 215.29º | 0.3% | 0.44% | - |
| XYZ | 9.89 | 10.44 | 16.82 | - |
| YUV | 90.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 112 | 0.30 | 0.18 | 0 | 0.56 | 215.29 | 0.18 | 0.37 |
| Hex | 4E | 5C | 70 | 1E | 12 | 0 | 38 | D7 | 12 | 25 |
| Octal | 116 | 134 | 160 | 36 | 22 | 0 | 70 | 327 | 22 | 45 |
| Binary | 1001110 | 1011100 | 1110000 | 11110 | 10010 | 0 | 111000 | 11010111 | 10010 | 100101 |
Color Harmonies of #4E5C70
Complementary color
Monochromatic Colors of #4E5C70
Black with #4E5C70
Text Example
Text Example
White with #4E5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5C70; }
p { color: rgb(78,92,112); }
H1.HeaderClassName
{
color: #4E5C70;
}
.AnyTagClassName
{
color: #4E5C70;
}
</style>
background-color css
<style>
a { background-color: #4E5C70; }
a { background-color: rgb(78,92,112); }
div.DivClassName
{
background-color: #4E5C70;
}
.BgClassName
{
background-color: #4E5C70;
}
</style>
border-color css
<style>
span { border-color: #4E5C70; }
span { border-color: rgb(78,92,112); }
td.TdClassName
{
border-color: #4E5C70;
}
.TagClassName
{
border-color: #4E5C70;
}
</style>