Shades of Battleship Grey #4F5A4C
Tints of Battleship Grey #4F5A4C
RGB
CMYK
RGB Variations
Color information
#4F5A4C (or 0x4F5A4C) is known color: Battleship Grey. HEX triplet: 4F, 5A and 4C. RGB value is (79,90,76). Sum of RGB (Red+Green+Blue) = 79+90+76=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A4C is #B0A5B3. Grayscale: #555555. Windows color (decimal): -11576756 or 5003855. OLE color: 5003855.
HSL color Cylindrical-coordinate representation of color #4F5A4C: hue angle of 107.14º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4F5A4C is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 90 | 76 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.65 |
| HSL | 107.14º | 0.08% | 0.33% | - |
| HSV(B) | 107.14º | 0.16% | 0.35% | - |
| XYZ | 8.19 | 9.5 | 8.24 | - |
| YUV | 85.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 76 | 0.12 | 0 | 0.16 | 0.65 | 107.14 | 0.08 | 0.33 |
| Hex | 4F | 5A | 4C | C | 0 | 10 | 41 | 6B | 8 | 21 |
| Octal | 117 | 132 | 114 | 14 | 0 | 20 | 101 | 153 | 10 | 41 |
| Binary | 1001111 | 1011010 | 1001100 | 1100 | 0 | 10000 | 1000001 | 1101011 | 1000 | 100001 |
Color Harmonies of #4F5A4C
Complementary color
Monochromatic Colors of #4F5A4C
Black with #4F5A4C
Text Example
Text Example
White with #4F5A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A4C; }
p { color: rgb(79,90,76); }
H1.HeaderClassName
{
color: #4F5A4C;
}
.AnyTagClassName
{
color: #4F5A4C;
}
</style>
background-color css
<style>
a { background-color: #4F5A4C; }
a { background-color: rgb(79,90,76); }
div.DivClassName
{
background-color: #4F5A4C;
}
.BgClassName
{
background-color: #4F5A4C;
}
</style>
border-color css
<style>
span { border-color: #4F5A4C; }
span { border-color: rgb(79,90,76); }
td.TdClassName
{
border-color: #4F5A4C;
}
.TagClassName
{
border-color: #4F5A4C;
}
</style>