Shades of Battleship Grey #4C504B
Tints of Battleship Grey #4C504B
RGB
CMYK
RGB Variations
Color information
#4C504B (or 0x4C504B) is known color: Battleship Grey. HEX triplet: 4C, 50 and 4B. RGB value is (76,80,75). Sum of RGB (Red+Green+Blue) = 76+80+75=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 80 - color contains mainly: green. Hex color #4C504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C504B is #B3AFB4. Grayscale: #4E4E4E. Windows color (decimal): -11775925 or 4935756. OLE color: 4935756.
HSL color Cylindrical-coordinate representation of color #4C504B: 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 #4C504B is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 80 | 75 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.69 |
| HSL | 108º | 0.03% | 0.3% | - |
| HSV(B) | 108º | 0.06% | 0.31% | - |
| XYZ | 7.12 | 7.78 | 7.78 | - |
| YUV | 78.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 80 | 75 | 0.05 | 0 | 0.06 | 0.69 | 108 | 0.03 | 0.3 |
| Hex | 4C | 50 | 4B | 5 | 0 | 6 | 45 | 6C | 3 | 1E |
| Octal | 114 | 120 | 113 | 5 | 0 | 6 | 105 | 154 | 3 | 36 |
| Binary | 1001100 | 1010000 | 1001011 | 101 | 0 | 110 | 1000101 | 1101100 | 11 | 11110 |
Color Harmonies of #4C504B
Complementary color
Monochromatic Colors of #4C504B
Black with #4C504B
Text Example
Text Example
White with #4C504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C504B; }
p { color: rgb(76,80,75); }
H1.HeaderClassName
{
color: #4C504B;
}
.AnyTagClassName
{
color: #4C504B;
}
</style>
background-color css
<style>
a { background-color: #4C504B; }
a { background-color: rgb(76,80,75); }
div.DivClassName
{
background-color: #4C504B;
}
.BgClassName
{
background-color: #4C504B;
}
</style>
border-color css
<style>
span { border-color: #4C504B; }
span { border-color: rgb(76,80,75); }
td.TdClassName
{
border-color: #4C504B;
}
.TagClassName
{
border-color: #4C504B;
}
</style>