Shades of Chambray #4E5E72
Tints of Chambray #4E5E72
RGB
CMYK
RGB Variations
Color information
#4E5E72 (or 0x4E5E72) is known color: Chambray. HEX triplet: 4E, 5E and 72. RGB value is (78,94,114). Sum of RGB (Red+Green+Blue) = 78+94+114=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E5E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5E72 is #B1A18D. Grayscale: #5B5B5B. Windows color (decimal): -11641230 or 7495246. OLE color: 7495246.
HSL color Cylindrical-coordinate representation of color #4E5E72: hue angle of 213.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E5E72 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 78 | 94 | 114 | - |
CMYK | 0.32 | 0.18 | 0 | 0.55 |
HSL | 213.33º | 0.19% | 0.38% | - |
HSV(B) | 213.33º | 0.32% | 0.45% | - |
XYZ | 10.18 | 10.84 | 17.48 | - |
YUV | 91.5 | 140.7 | 118.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 94 | 114 | 0.32 | 0.18 | 0 | 0.55 | 213.33 | 0.19 | 0.38 |
Hex | 4E | 5E | 72 | 20 | 12 | 0 | 37 | D5 | 13 | 26 |
Octal | 116 | 136 | 162 | 40 | 22 | 0 | 67 | 325 | 23 | 46 |
Binary | 1001110 | 1011110 | 1110010 | 100000 | 10010 | 0 | 110111 | 11010101 | 10011 | 100110 |
Color Harmonies of #4E5E72
Complementary color
Monochromatic Colors of #4E5E72
Black with #4E5E72
Text Example
Text Example
White with #4E5E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5E72; }
p { color: rgb(78,94,114); }
H1.HeaderClassName
{
color: #4E5E72;
}
.AnyTagClassName
{
color: #4E5E72;
}
</style>
background-color css
<style>
a { background-color: #4E5E72; }
a { background-color: rgb(78,94,114); }
div.DivClassName
{
background-color: #4E5E72;
}
.BgClassName
{
background-color: #4E5E72;
}
</style>
border-color css
<style>
span { border-color: #4E5E72; }
span { border-color: rgb(78,94,114); }
td.TdClassName
{
border-color: #4E5E72;
}
.TagClassName
{
border-color: #4E5E72;
}
</style>