Shades of Battleship Grey #4D584B
Tints of Battleship Grey #4D584B
RGB
CMYK
RGB Variations
Color information
#4D584B (or 0x4D584B) is known color: Battleship Grey. HEX triplet: 4D, 58 and 4B. RGB value is (77,88,75). Sum of RGB (Red+Green+Blue) = 77+88+75=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #4D584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D584B is #B2A7B4. Grayscale: #535353. Windows color (decimal): -11708341 or 4937805. OLE color: 4937805.
HSL color Cylindrical-coordinate representation of color #4D584B: hue angle of 110.77º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4D584B is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 75 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.65 |
| HSL | 110.77º | 0.08% | 0.32% | - |
| HSV(B) | 110.77º | 0.15% | 0.35% | - |
| XYZ | 7.82 | 9.07 | 7.99 | - |
| YUV | 83.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 75 | 0.12 | 0 | 0.15 | 0.65 | 110.77 | 0.08 | 0.32 |
| Hex | 4D | 58 | 4B | C | 0 | F | 41 | 6F | 8 | 20 |
| Octal | 115 | 130 | 113 | 14 | 0 | 17 | 101 | 157 | 10 | 40 |
| Binary | 1001101 | 1011000 | 1001011 | 1100 | 0 | 1111 | 1000001 | 1101111 | 1000 | 100000 |
Color Harmonies of #4D584B
Complementary color
Monochromatic Colors of #4D584B
Black with #4D584B
Text Example
Text Example
White with #4D584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D584B; }
p { color: rgb(77,88,75); }
H1.HeaderClassName
{
color: #4D584B;
}
.AnyTagClassName
{
color: #4D584B;
}
</style>
background-color css
<style>
a { background-color: #4D584B; }
a { background-color: rgb(77,88,75); }
div.DivClassName
{
background-color: #4D584B;
}
.BgClassName
{
background-color: #4D584B;
}
</style>
border-color css
<style>
span { border-color: #4D584B; }
span { border-color: rgb(77,88,75); }
td.TdClassName
{
border-color: #4D584B;
}
.TagClassName
{
border-color: #4D584B;
}
</style>