Shades of Battleship Grey #4D514B
Tints of Battleship Grey #4D514B
RGB
CMYK
RGB Variations
Color information
#4D514B (or 0x4D514B) is known color: Battleship Grey. HEX triplet: 4D, 51 and 4B. RGB value is (77,81,75). Sum of RGB (Red+Green+Blue) = 77+81+75=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 81 - color contains mainly: green. Hex color #4D514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D514B is #B2AEB4. Grayscale: #4F4F4F. Windows color (decimal): -11710133 or 4936013. OLE color: 4936013.
HSL color Cylindrical-coordinate representation of color #4D514B: hue angle of 100º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4D514B is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
RGB | 77 | 81 | 75 | - |
CMYK | 0.05 | 0 | 0.07 | 0.68 |
HSL | 100º | 0.04% | 0.31% | - |
HSV(B) | 100º | 0.07% | 0.32% | - |
XYZ | 7.27 | 7.97 | 7.81 | - |
YUV | 79.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 81 | 75 | 0.05 | 0 | 0.07 | 0.68 | 100 | 0.04 | 0.31 |
Hex | 4D | 51 | 4B | 5 | 0 | 7 | 44 | 64 | 4 | 1F |
Octal | 115 | 121 | 113 | 5 | 0 | 7 | 104 | 144 | 4 | 37 |
Binary | 1001101 | 1010001 | 1001011 | 101 | 0 | 111 | 1000100 | 1100100 | 100 | 11111 |
Color Harmonies of #4D514B
Complementary color
Monochromatic Colors of #4D514B
Black with #4D514B
Text Example
Text Example
White with #4D514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D514B; }
p { color: rgb(77,81,75); }
H1.HeaderClassName
{
color: #4D514B;
}
.AnyTagClassName
{
color: #4D514B;
}
</style>
background-color css
<style>
a { background-color: #4D514B; }
a { background-color: rgb(77,81,75); }
div.DivClassName
{
background-color: #4D514B;
}
.BgClassName
{
background-color: #4D514B;
}
</style>
border-color css
<style>
span { border-color: #4D514B; }
span { border-color: rgb(77,81,75); }
td.TdClassName
{
border-color: #4D514B;
}
.TagClassName
{
border-color: #4D514B;
}
</style>