#4D554A

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

Shades of Battleship Grey #4D554A

Tints of Battleship Grey #4D554A

Color information

#4D554A (or 0x4D554A) is unknown color: approx Battleship Grey. HEX triplet: 4D, 55 and 4A. RGB value is (77,85,74). Sum of RGB (Red+Green+Blue) = 77+85+74=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #4D554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D554A is #B2AAB5. Grayscale: #515151. Windows color (decimal): -11709110 or 4871501. OLE color: 4871501.

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

Color convert

RGB778574-
CMYK0.0900.130.67
HSL103.64º6.92%31.18%-
HSV(B)103.64º12.94%33.33%-
XYZ7.558.577.73-
YUV81.35123.85124.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.63%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=32.63%
G=36.02%
B=31.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785740.0900.130.67103.646.9231.18
Hex4D554A90D436871f
Octal11512511211015103150737
Binary1001101101010110010101001011011000011110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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