Shades of Battleship Grey #4D554B
Tints of Battleship Grey #4D554B
RGB
CMYK
RGB Variations
Color information
#4D554B (or 0x4D554B) is known color: Battleship Grey. HEX triplet: 4D, 55 and 4B. RGB value is (77,85,75). Sum of RGB (Red+Green+Blue) = 77+85+75=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #4D554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D554B is #B2AAB4. Grayscale: #515151. Windows color (decimal): -11709109 or 4937037. OLE color: 4937037.
HSL color Cylindrical-coordinate representation of color #4D554B: hue angle of 108º 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 #4D554B is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 75 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.67 |
| HSL | 108º | 0.06% | 0.31% | - |
| HSV(B) | 108º | 0.12% | 0.33% | - |
| XYZ | 7.58 | 8.58 | 7.91 | - |
| YUV | 81.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 75 | 0.09 | 0 | 0.12 | 0.67 | 108 | 0.06 | 0.31 |
| Hex | 4D | 55 | 4B | 9 | 0 | C | 43 | 6C | 6 | 1F |
| Octal | 115 | 125 | 113 | 11 | 0 | 14 | 103 | 154 | 6 | 37 |
| Binary | 1001101 | 1010101 | 1001011 | 1001 | 0 | 1100 | 1000011 | 1101100 | 110 | 11111 |
Color Harmonies of #4D554B
Complementary color
Monochromatic Colors of #4D554B
Black with #4D554B
Text Example
Text Example
White with #4D554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D554B; }
p { color: rgb(77,85,75); }
H1.HeaderClassName
{
color: #4D554B;
}
.AnyTagClassName
{
color: #4D554B;
}
</style>
background-color css
<style>
a { background-color: #4D554B; }
a { background-color: rgb(77,85,75); }
div.DivClassName
{
background-color: #4D554B;
}
.BgClassName
{
background-color: #4D554B;
}
</style>
border-color css
<style>
span { border-color: #4D554B; }
span { border-color: rgb(77,85,75); }
td.TdClassName
{
border-color: #4D554B;
}
.TagClassName
{
border-color: #4D554B;
}
</style>