#4D5749

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

Shades of Battleship Grey #4D5749

Tints of Battleship Grey #4D5749

Color information

#4D5749 (or 0x4D5749) is unknown color: approx Battleship Grey. HEX triplet: 4D, 57 and 49. RGB value is (77,87,73). Sum of RGB (Red+Green+Blue) = 77+87+73=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5749 is #B2A8B6. Grayscale: #525252. Windows color (decimal): -11708599 or 4806477. OLE color: 4806477.

HSL color Cylindrical-coordinate representation of color #4D5749: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D5749 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB778773-
CMYK0.1100.160.66
HSL102.86º8.75%31.37%-
HSV(B)102.86º16.09%34.12%-
XYZ7.678.887.61-
YUV82.41122.69124.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.49%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=32.49%
G=36.71%
B=30.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7787730.1100.160.66102.868.7531.37
Hex4D5749B010426791f
Octal115127111130201021471137
Binary100110110101111001001101101000010000101100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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