Shades of Battleship Grey #4D524B
Tints of Battleship Grey #4D524B
RGB
CMYK
RGB Variations
Color information
#4D524B (or 0x4D524B) is known color: Battleship Grey. HEX triplet: 4D, 52 and 4B. RGB value is (77,82,75). Sum of RGB (Red+Green+Blue) = 77+82+75=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 82 - color contains mainly: green. Hex color #4D524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D524B is #B2ADB4. Grayscale: #4F4F4F. Windows color (decimal): -11709877 or 4936269. OLE color: 4936269.
HSL color Cylindrical-coordinate representation of color #4D524B: hue angle of 102.86º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4D524B is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 75 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.68 |
| HSL | 102.86º | 0.04% | 0.31% | - |
| HSV(B) | 102.86º | 0.09% | 0.32% | - |
| XYZ | 7.35 | 8.12 | 7.84 | - |
| YUV | 79.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 75 | 0.06 | 0 | 0.09 | 0.68 | 102.86 | 0.04 | 0.31 |
| Hex | 4D | 52 | 4B | 6 | 0 | 9 | 44 | 67 | 4 | 1F |
| Octal | 115 | 122 | 113 | 6 | 0 | 11 | 104 | 147 | 4 | 37 |
| Binary | 1001101 | 1010010 | 1001011 | 110 | 0 | 1001 | 1000100 | 1100111 | 100 | 11111 |
Color Harmonies of #4D524B
Complementary color
Monochromatic Colors of #4D524B
Black with #4D524B
Text Example
Text Example
White with #4D524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D524B; }
p { color: rgb(77,82,75); }
H1.HeaderClassName
{
color: #4D524B;
}
.AnyTagClassName
{
color: #4D524B;
}
</style>
background-color css
<style>
a { background-color: #4D524B; }
a { background-color: rgb(77,82,75); }
div.DivClassName
{
background-color: #4D524B;
}
.BgClassName
{
background-color: #4D524B;
}
</style>
border-color css
<style>
span { border-color: #4D524B; }
span { border-color: rgb(77,82,75); }
td.TdClassName
{
border-color: #4D524B;
}
.TagClassName
{
border-color: #4D524B;
}
</style>