Shades of Battleship Grey #4E534C
Tints of Battleship Grey #4E534C
RGB
CMYK
RGB Variations
Color information
#4E534C (or 0x4E534C) is known color: Battleship Grey. HEX triplet: 4E, 53 and 4C. RGB value is (78,83,76). Sum of RGB (Red+Green+Blue) = 78+83+76=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 83 - color contains mainly: green. Hex color #4E534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E534C is #B1ACB3. Grayscale: #505050. Windows color (decimal): -11644084 or 5002062. OLE color: 5002062.
HSL color Cylindrical-coordinate representation of color #4E534C: hue angle of 102.86º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4E534C is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
RGB | 78 | 83 | 76 | - |
CMYK | 0.06 | 0 | 0.08 | 0.67 |
HSL | 102.86º | 0.04% | 0.31% | - |
HSV(B) | 102.86º | 0.08% | 0.33% | - |
XYZ | 7.54 | 8.33 | 8.05 | - |
YUV | 80.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 83 | 76 | 0.06 | 0 | 0.08 | 0.67 | 102.86 | 0.04 | 0.31 |
Hex | 4E | 53 | 4C | 6 | 0 | 8 | 43 | 67 | 4 | 1F |
Octal | 116 | 123 | 114 | 6 | 0 | 10 | 103 | 147 | 4 | 37 |
Binary | 1001110 | 1010011 | 1001100 | 110 | 0 | 1000 | 1000011 | 1100111 | 100 | 11111 |
Color Harmonies of #4E534C
Complementary color
Monochromatic Colors of #4E534C
Black with #4E534C
Text Example
Text Example
White with #4E534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E534C; }
p { color: rgb(78,83,76); }
H1.HeaderClassName
{
color: #4E534C;
}
.AnyTagClassName
{
color: #4E534C;
}
</style>
background-color css
<style>
a { background-color: #4E534C; }
a { background-color: rgb(78,83,76); }
div.DivClassName
{
background-color: #4E534C;
}
.BgClassName
{
background-color: #4E534C;
}
</style>
border-color css
<style>
span { border-color: #4E534C; }
span { border-color: rgb(78,83,76); }
td.TdClassName
{
border-color: #4E534C;
}
.TagClassName
{
border-color: #4E534C;
}
</style>