Shades of Battleship Grey #4D544B
Tints of Battleship Grey #4D544B
RGB
CMYK
RGB Variations
Color information
#4D544B (or 0x4D544B) is known color: Battleship Grey. HEX triplet: 4D, 54 and 4B. RGB value is (77,84,75). Sum of RGB (Red+Green+Blue) = 77+84+75=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 84 - color contains mainly: green. Hex color #4D544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D544B is #B2ABB4. Grayscale: #505050. Windows color (decimal): -11709365 or 4936781. OLE color: 4936781.
HSL color Cylindrical-coordinate representation of color #4D544B: hue angle of 106.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4D544B is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
RGB | 77 | 84 | 75 | - |
CMYK | 0.08 | 0 | 0.11 | 0.67 |
HSL | 106.67º | 0.06% | 0.31% | - |
HSV(B) | 106.67º | 0.11% | 0.33% | - |
XYZ | 7.5 | 8.43 | 7.89 | - |
YUV | 80.88 | 124.68 | 125.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 84 | 75 | 0.08 | 0 | 0.11 | 0.67 | 106.67 | 0.06 | 0.31 |
Hex | 4D | 54 | 4B | 8 | 0 | B | 43 | 6B | 6 | 1F |
Octal | 115 | 124 | 113 | 10 | 0 | 13 | 103 | 153 | 6 | 37 |
Binary | 1001101 | 1010100 | 1001011 | 1000 | 0 | 1011 | 1000011 | 1101011 | 110 | 11111 |
Color Harmonies of #4D544B
Complementary color
Monochromatic Colors of #4D544B
Black with #4D544B
Text Example
Text Example
White with #4D544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D544B; }
p { color: rgb(77,84,75); }
H1.HeaderClassName
{
color: #4D544B;
}
.AnyTagClassName
{
color: #4D544B;
}
</style>
background-color css
<style>
a { background-color: #4D544B; }
a { background-color: rgb(77,84,75); }
div.DivClassName
{
background-color: #4D544B;
}
.BgClassName
{
background-color: #4D544B;
}
</style>
border-color css
<style>
span { border-color: #4D544B; }
span { border-color: rgb(77,84,75); }
td.TdClassName
{
border-color: #4D544B;
}
.TagClassName
{
border-color: #4D544B;
}
</style>