#4D514C

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

Shades of Battleship Grey #4D514C

Tints of Battleship Grey #4D514C

Color information

#4D514C (or 0x4D514C) is unknown color: approx Battleship Grey. HEX triplet: 4D, 51 and 4C. RGB value is (77,81,76). Sum of RGB (Red+Green+Blue) = 77+81+76=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 81 - color contains mainly: green. Hex color #4D514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D514C is #B2AEB3. Grayscale: #4F4F4F. Windows color (decimal): -11710132 or 5001549. OLE color: 5001549.

HSL color Cylindrical-coordinate representation of color #4D514C: hue angle of 108º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4D514C is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB778176-
CMYK0.0500.060.68
HSL108º3.18%30.78%-
HSV(B)108º6.17%31.76%-
XYZ7.317.987.99-
YUV79.23126.17126.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.91%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=32.91%
G=34.62%
B=32.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7781760.0500.060.681083.1830.78
Hex4D514C506446c31f
Octal115121114506104154337
Binary1001101101000110011001010110100010011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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