Shades of Chambray #4E5F70
Tints of Chambray #4E5F70
RGB
CMYK
RGB Variations
Color information
#4E5F70 (or 0x4E5F70) is known color: Chambray. HEX triplet: 4E, 5F and 70. RGB value is (78,95,112). Sum of RGB (Red+Green+Blue) = 78+95+112=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E5F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5F70 is #B1A08F. Grayscale: #5B5B5B. Windows color (decimal): -11640976 or 7364430. OLE color: 7364430.
HSL color Cylindrical-coordinate representation of color #4E5F70: hue angle of 210º 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 #4E5F70 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 95 | 112 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.56 |
| HSL | 210º | 0.18% | 0.37% | - |
| HSV(B) | 210º | 0.3% | 0.44% | - |
| XYZ | 10.16 | 10.97 | 16.91 | - |
| YUV | 91.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 95 | 112 | 0.30 | 0.15 | 0 | 0.56 | 210 | 0.18 | 0.37 |
| Hex | 4E | 5F | 70 | 1E | F | 0 | 38 | D2 | 12 | 25 |
| Octal | 116 | 137 | 160 | 36 | 17 | 0 | 70 | 322 | 22 | 45 |
| Binary | 1001110 | 1011111 | 1110000 | 11110 | 1111 | 0 | 111000 | 11010010 | 10010 | 100101 |
Color Harmonies of #4E5F70
Complementary color
Monochromatic Colors of #4E5F70
Black with #4E5F70
Text Example
Text Example
White with #4E5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5F70; }
p { color: rgb(78,95,112); }
H1.HeaderClassName
{
color: #4E5F70;
}
.AnyTagClassName
{
color: #4E5F70;
}
</style>
background-color css
<style>
a { background-color: #4E5F70; }
a { background-color: rgb(78,95,112); }
div.DivClassName
{
background-color: #4E5F70;
}
.BgClassName
{
background-color: #4E5F70;
}
</style>
border-color css
<style>
span { border-color: #4E5F70; }
span { border-color: rgb(78,95,112); }
td.TdClassName
{
border-color: #4E5F70;
}
.TagClassName
{
border-color: #4E5F70;
}
</style>