Shades of Battleship Grey #4E5B4A
Tints of Battleship Grey #4E5B4A
RGB
CMYK
RGB Variations
Color information
#4E5B4A (or 0x4E5B4A) is known color: Battleship Grey. HEX triplet: 4E, 5B and 4A. RGB value is (78,91,74). Sum of RGB (Red+Green+Blue) = 78+91+74=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5B4A is #B1A4B5. Grayscale: #555555. Windows color (decimal): -11642038 or 4873038. OLE color: 4873038.
HSL color Cylindrical-coordinate representation of color #4E5B4A: hue angle of 105.88º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E5B4A is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 74 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.64 |
| HSL | 105.88º | 0.1% | 0.32% | - |
| HSV(B) | 105.88º | 0.19% | 0.36% | - |
| XYZ | 8.12 | 9.6 | 7.9 | - |
| YUV | 85.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 74 | 0.14 | 0 | 0.19 | 0.64 | 105.88 | 0.1 | 0.32 |
| Hex | 4E | 5B | 4A | E | 0 | 13 | 40 | 6A | A | 20 |
| Octal | 116 | 133 | 112 | 16 | 0 | 23 | 100 | 152 | 12 | 40 |
| Binary | 1001110 | 1011011 | 1001010 | 1110 | 0 | 10011 | 1000000 | 1101010 | 1010 | 100000 |
Color Harmonies of #4E5B4A
Complementary color
Monochromatic Colors of #4E5B4A
Black with #4E5B4A
Text Example
Text Example
White with #4E5B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B4A; }
p { color: rgb(78,91,74); }
H1.HeaderClassName
{
color: #4E5B4A;
}
.AnyTagClassName
{
color: #4E5B4A;
}
</style>
background-color css
<style>
a { background-color: #4E5B4A; }
a { background-color: rgb(78,91,74); }
div.DivClassName
{
background-color: #4E5B4A;
}
.BgClassName
{
background-color: #4E5B4A;
}
</style>
border-color css
<style>
span { border-color: #4E5B4A; }
span { border-color: rgb(78,91,74); }
td.TdClassName
{
border-color: #4E5B4A;
}
.TagClassName
{
border-color: #4E5B4A;
}
</style>