#4D4F4C

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

Shades of Battleship Grey #4D4F4C

Tints of Battleship Grey #4D4F4C

Color information

#4D4F4C (or 0x4D4F4C) is unknown color: approx Battleship Grey. HEX triplet: 4D, 4F and 4C. RGB value is (77,79,76). Sum of RGB (Red+Green+Blue) = 77+79+76=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F4C is #B2B0B3. Grayscale: #4E4E4E. Windows color (decimal): -11710644 or 5001037. OLE color: 5001037.

HSL color Cylindrical-coordinate representation of color #4D4F4C: hue angle of 100º degrees, saturation: 0.02, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4D4F4C is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB777976-
CMYK0.0300.040.69
HSL100º1.94%30.39%-
HSV(B)100º3.8%30.98%-
XYZ7.167.697.94-
YUV78.06126.84127.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.19%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=33.19%
G=34.05%
B=32.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7779760.0300.040.691001.9430.39
Hex4D4F4C304456421e
Octal115117114304105144236
Binary100110110011111001100110100100010111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,79,76); }

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

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

 a { background-color: rgb(77,79,76); }

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

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

 span { border-color: rgb(77,79,76); }

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