Html Css Color HEX #4D5549 Battleship Grey

📋 copy color: '#4D5549'

red 77 ◦ green 85 ◦ blue 73

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

Shades of Battleship Grey #4D5549

Tints of Battleship Grey #4D5549

RGB

 RED value IS 77 (30.47% from 255) = 32.77%

 GREEN value IS 85 (33.59% from 255) = 36.17%

 BLUE value IS 73 (28.91% from 255) = 31.06%

R = 32.77%
G = 36.17%
B = 31.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#4D5549 (or 0x4D5549) is known color: Battleship Grey. HEX triplet: 4D, 55 and 49. RGB value is (77,85,73). Sum of RGB (Red+Green+Blue) = 77+85+73=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5549 is #B2AAB6. Grayscale: #515151. Windows color (decimal): -11709111 or 4805965. OLE color: 4805965.

HSL color Cylindrical-coordinate representation of color #4D5549: hue angle of 100º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D5549 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 85 73 -
CMYK 0.09 0 0.14 0.67
HSL 100º 0.08% 0.31% -
HSV(B) 100º 0.14% 0.33% -
XYZ 7.51 8.56 7.56 -
YUV 81.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 77 85 73 0.09 0 0.14 0.67 100 0.08 0.31
Hex 4D 55 49 9 0 E 43 64 8 1F
Octal 115 125 111 11 0 16 103 144 10 37
Binary 1001101 1010101 1001001 1001 0 1110 1000011 1100100 1000 11111

Color Harmonies of #4D5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5549

Black with #4D5549

Text Example


Text Example

White with #4D5549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,85,73); }

 H1.HeaderClassName
 {
   color: #4D5549;
 }
 .AnyTagClassName
 {
   color: #4D5549;
 }
</style>

background-color css

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

 a { background-color: rgb(77,85,73); }

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

border-color css

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

 span { border-color: rgb(77,85,73); }

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