Shades of Battleship Grey #4B4F4A
Tints of Battleship Grey #4B4F4A
RGB
CMYK
RGB Variations
Color information
#4B4F4A (or 0x4B4F4A) is known color: Battleship Grey. HEX triplet: 4B, 4F and 4A. RGB value is (75,79,74). Sum of RGB (Red+Green+Blue) = 75+79+74=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 79 - color contains mainly: green. Hex color #4B4F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4F4A is #B4B0B5. Grayscale: #4D4D4D. Windows color (decimal): -11841718 or 4869963. OLE color: 4869963.
HSL color Cylindrical-coordinate representation of color #4B4F4A: hue angle of 108º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4B4F4A is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 79 | 74 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.69 |
| HSL | 108º | 0.03% | 0.3% | - |
| HSV(B) | 108º | 0.06% | 0.31% | - |
| XYZ | 6.93 | 7.58 | 7.58 | - |
| YUV | 77.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 79 | 74 | 0.05 | 0 | 0.06 | 0.69 | 108 | 0.03 | 0.3 |
| Hex | 4B | 4F | 4A | 5 | 0 | 6 | 45 | 6C | 3 | 1E |
| Octal | 113 | 117 | 112 | 5 | 0 | 6 | 105 | 154 | 3 | 36 |
| Binary | 1001011 | 1001111 | 1001010 | 101 | 0 | 110 | 1000101 | 1101100 | 11 | 11110 |
Color Harmonies of #4B4F4A
Complementary color
Monochromatic Colors of #4B4F4A
Black with #4B4F4A
Text Example
Text Example
White with #4B4F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4F4A; }
p { color: rgb(75,79,74); }
H1.HeaderClassName
{
color: #4B4F4A;
}
.AnyTagClassName
{
color: #4B4F4A;
}
</style>
background-color css
<style>
a { background-color: #4B4F4A; }
a { background-color: rgb(75,79,74); }
div.DivClassName
{
background-color: #4B4F4A;
}
.BgClassName
{
background-color: #4B4F4A;
}
</style>
border-color css
<style>
span { border-color: #4B4F4A; }
span { border-color: rgb(75,79,74); }
td.TdClassName
{
border-color: #4B4F4A;
}
.TagClassName
{
border-color: #4B4F4A;
}
</style>