Shades of Battleship Grey #4D544A
Tints of Battleship Grey #4D544A
RGB
CMYK
RGB Variations
Color information
#4D544A (or 0x4D544A) is known color: Battleship Grey. HEX triplet: 4D, 54 and 4A. RGB value is (77,84,74). Sum of RGB (Red+Green+Blue) = 77+84+74=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #4D544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D544A is #B2ABB5. Grayscale: #505050. Windows color (decimal): -11709366 or 4871245. OLE color: 4871245.
HSL color Cylindrical-coordinate representation of color #4D544A: hue angle of 102º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D544A is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 84 | 74 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.67 |
| HSL | 102º | 0.06% | 0.31% | - |
| HSV(B) | 102º | 0.12% | 0.33% | - |
| XYZ | 7.47 | 8.41 | 7.71 | - |
| YUV | 80.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 74 | 0.08 | 0 | 0.12 | 0.67 | 102 | 0.06 | 0.31 |
| Hex | 4D | 54 | 4A | 8 | 0 | C | 43 | 66 | 6 | 1F |
| Octal | 115 | 124 | 112 | 10 | 0 | 14 | 103 | 146 | 6 | 37 |
| Binary | 1001101 | 1010100 | 1001010 | 1000 | 0 | 1100 | 1000011 | 1100110 | 110 | 11111 |
Color Harmonies of #4D544A
Complementary color
Monochromatic Colors of #4D544A
Black with #4D544A
Text Example
Text Example
White with #4D544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D544A; }
p { color: rgb(77,84,74); }
H1.HeaderClassName
{
color: #4D544A;
}
.AnyTagClassName
{
color: #4D544A;
}
</style>
background-color css
<style>
a { background-color: #4D544A; }
a { background-color: rgb(77,84,74); }
div.DivClassName
{
background-color: #4D544A;
}
.BgClassName
{
background-color: #4D544A;
}
</style>
border-color css
<style>
span { border-color: #4D544A; }
span { border-color: rgb(77,84,74); }
td.TdClassName
{
border-color: #4D544A;
}
.TagClassName
{
border-color: #4D544A;
}
</style>