#4D594A

Color #4D594A Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #4D594A

Tints of Battleship Grey #4D594A

Color information

#4D594A (or 0x4D594A) is unknown color: approx Battleship Grey. HEX triplet: 4D, 59 and 4A. RGB value is (77,89,74). Sum of RGB (Red+Green+Blue) = 77+89+74=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #4D594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D594A is #B2A6B5. Grayscale: #535353. Windows color (decimal): -11708086 or 4872525. OLE color: 4872525.

HSL color Cylindrical-coordinate representation of color #4D594A: hue angle of 108º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D594A is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB778974-
CMYK0.1300.170.65
HSL108º9.2%31.96%-
HSV(B)108º16.85%34.9%-
XYZ7.879.227.84-
YUV83.7122.52123.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=32.08%
G=37.08%
B=30.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7789740.1300.170.651089.231.96
Hex4D594AD011416c920
Octal115131112150211011541140
Binary1001101101100110010101101010001100000111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D594A; }

 p { color: rgb(77,89,74); }

 H1.HeaderClassName
 {
   color: #4D594A;
 }
 .AnyTagClassName
 {
   color: #4D594A;
 }
</style>
background-color css

<style>
 a { background-color: #4D594A; }

 a { background-color: rgb(77,89,74); }

 div.DivClassName
 {
   background-color: #4D594A;
 }
 .BgClassName
 {
   background-color: #4D594A;
 }
</style>
border-color css

<style>
 span { border-color: #4D594A; }

 span { border-color: rgb(77,89,74); }

 td.TdClassName
 {
   border-color: #4D594A;
 }
 .TagClassName
 {
   border-color: #4D594A;
 }
</style>