Shades of Chambray #4E5E78
Tints of Chambray #4E5E78
RGB
CMYK
RGB Variations
Color information
#4E5E78 (or 0x4E5E78) is known color: Chambray. HEX triplet: 4E, 5E and 78. RGB value is (78,94,120). Sum of RGB (Red+Green+Blue) = 78+94+120=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E5E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5E78 is #B1A187. Grayscale: #5C5C5C. Windows color (decimal): -11641224 or 7888462. OLE color: 7888462.
HSL color Cylindrical-coordinate representation of color #4E5E78: hue angle of 217.14º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E5E78 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 94 | 120 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.53 |
| HSL | 217.14º | 0.21% | 0.39% | - |
| HSV(B) | 217.14º | 0.35% | 0.47% | - |
| XYZ | 10.53 | 10.98 | 19.33 | - |
| YUV | 92.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 94 | 120 | 0.35 | 0.22 | 0 | 0.53 | 217.14 | 0.21 | 0.39 |
| Hex | 4E | 5E | 78 | 23 | 16 | 0 | 35 | D9 | 15 | 27 |
| Octal | 116 | 136 | 170 | 43 | 26 | 0 | 65 | 331 | 25 | 47 |
| Binary | 1001110 | 1011110 | 1111000 | 100011 | 10110 | 0 | 110101 | 11011001 | 10101 | 100111 |
Color Harmonies of #4E5E78
Complementary color
Monochromatic Colors of #4E5E78
Black with #4E5E78
Text Example
Text Example
White with #4E5E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5E78; }
p { color: rgb(78,94,120); }
H1.HeaderClassName
{
color: #4E5E78;
}
.AnyTagClassName
{
color: #4E5E78;
}
</style>
background-color css
<style>
a { background-color: #4E5E78; }
a { background-color: rgb(78,94,120); }
div.DivClassName
{
background-color: #4E5E78;
}
.BgClassName
{
background-color: #4E5E78;
}
</style>
border-color css
<style>
span { border-color: #4E5E78; }
span { border-color: rgb(78,94,120); }
td.TdClassName
{
border-color: #4E5E78;
}
.TagClassName
{
border-color: #4E5E78;
}
</style>