Html Css Color HEX #4D594A Battleship Grey

📋 copy color: '#4D594A'

red 77 ◦ green 89 ◦ blue 74

#4D594A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Battleship Grey #4D594A

Tints of Battleship Grey #4D594A

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.3% from 255) = 30.83%

R = 32.08%
G = 37.08%
B = 30.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#4D594A (or 0x4D594A) is known color: 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

RGB 77 89 74 -
CMYK 0.13 0 0.17 0.65
HSL 108º 0.09% 0.32% -
HSV(B) 108º 0.17% 0.35% -
XYZ 7.87 9.22 7.84 -
YUV 83.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 77 89 74 0.13 0 0.17 0.65 108 0.09 0.32
Hex 4D 59 4A D 0 11 41 6C 9 20
Octal 115 131 112 15 0 21 101 154 11 40
Binary 1001101 1011001 1001010 1101 0 10001 1000001 1101100 1001 100000

Color Harmonies of #4D594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D594A

Black with #4D594A

Text Example


Text Example

White with #4D594A

Text Example


Text Example

HTML Codes & Css Web 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>