Shades of Battleship Grey #484E46
Tints of Battleship Grey #484E46
RGB
CMYK
RGB Variations
Color information
#484E46 (or 0x484E46) is known color: Battleship Grey. HEX triplet: 48, 4E and 46. RGB value is (72,78,70). Sum of RGB (Red+Green+Blue) = 72+78+70=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 78 - color contains mainly: green. Hex color #484E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E46 is #B7B1B9. Grayscale: #4B4B4B. Windows color (decimal): -12038586 or 4607560. OLE color: 4607560.
HSL color Cylindrical-coordinate representation of color #484E46: hue angle of 105º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #484E46 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 78 | 70 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.69 |
| HSL | 105º | 0.05% | 0.29% | - |
| HSV(B) | 105º | 0.1% | 0.31% | - |
| XYZ | 6.5 | 7.27 | 6.85 | - |
| YUV | 75.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 70 | 0.08 | 0 | 0.10 | 0.69 | 105 | 0.05 | 0.29 |
| Hex | 48 | 4E | 46 | 8 | 0 | A | 45 | 69 | 5 | 1D |
| Octal | 110 | 116 | 106 | 10 | 0 | 12 | 105 | 151 | 5 | 35 |
| Binary | 1001000 | 1001110 | 1000110 | 1000 | 0 | 1010 | 1000101 | 1101001 | 101 | 11101 |
Color Harmonies of #484E46
Complementary color
Monochromatic Colors of #484E46
Black with #484E46
Text Example
Text Example
White with #484E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E46; }
p { color: rgb(72,78,70); }
H1.HeaderClassName
{
color: #484E46;
}
.AnyTagClassName
{
color: #484E46;
}
</style>
background-color css
<style>
a { background-color: #484E46; }
a { background-color: rgb(72,78,70); }
div.DivClassName
{
background-color: #484E46;
}
.BgClassName
{
background-color: #484E46;
}
</style>
border-color css
<style>
span { border-color: #484E46; }
span { border-color: rgb(72,78,70); }
td.TdClassName
{
border-color: #484E46;
}
.TagClassName
{
border-color: #484E46;
}
</style>