Shades of Battleship Grey #4C4F4B
Tints of Battleship Grey #4C4F4B
RGB
CMYK
RGB Variations
Color information
#4C4F4B (or 0x4C4F4B) is known color: Battleship Grey. HEX triplet: 4C, 4F and 4B. RGB value is (76,79,75). Sum of RGB (Red+Green+Blue) = 76+79+75=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4F4B is #B3B0B4. Grayscale: #4D4D4D. Windows color (decimal): -11776181 or 4935500. OLE color: 4935500.
HSL color Cylindrical-coordinate representation of color #4C4F4B: hue angle of 105º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4C4F4B is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 79 | 75 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.69 |
| HSL | 105º | 0.03% | 0.3% | - |
| HSV(B) | 105º | 0.05% | 0.31% | - |
| XYZ | 7.05 | 7.64 | 7.76 | - |
| YUV | 77.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 79 | 75 | 0.04 | 0 | 0.05 | 0.69 | 105 | 0.03 | 0.3 |
| Hex | 4C | 4F | 4B | 4 | 0 | 5 | 45 | 69 | 3 | 1E |
| Octal | 114 | 117 | 113 | 4 | 0 | 5 | 105 | 151 | 3 | 36 |
| Binary | 1001100 | 1001111 | 1001011 | 100 | 0 | 101 | 1000101 | 1101001 | 11 | 11110 |
Color Harmonies of #4C4F4B
Complementary color
Monochromatic Colors of #4C4F4B
Black with #4C4F4B
Text Example
Text Example
White with #4C4F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4F4B; }
p { color: rgb(76,79,75); }
H1.HeaderClassName
{
color: #4C4F4B;
}
.AnyTagClassName
{
color: #4C4F4B;
}
</style>
background-color css
<style>
a { background-color: #4C4F4B; }
a { background-color: rgb(76,79,75); }
div.DivClassName
{
background-color: #4C4F4B;
}
.BgClassName
{
background-color: #4C4F4B;
}
</style>
border-color css
<style>
span { border-color: #4C4F4B; }
span { border-color: rgb(76,79,75); }
td.TdClassName
{
border-color: #4C4F4B;
}
.TagClassName
{
border-color: #4C4F4B;
}
</style>