#4D504C

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

Shades of Battleship Grey #4D504C

Tints of Battleship Grey #4D504C

Color information

#4D504C (or 0x4D504C) is unknown color: approx Battleship Grey. HEX triplet: 4D, 50 and 4C. RGB value is (77,80,76). Sum of RGB (Red+Green+Blue) = 77+80+76=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 80 - color contains mainly: green. Hex color #4D504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D504C is #B2AFB3. Grayscale: #4E4E4E. Windows color (decimal): -11710388 or 5001293. OLE color: 5001293.

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

Color convert

RGB778076-
CMYK0.0400.050.69
HSL105º2.56%30.59%-
HSV(B)105º5%31.37%-
XYZ7.237.847.97-
YUV78.65126.51126.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.05%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=33.05%
G=34.33%
B=32.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7780760.0400.050.691052.5630.59
Hex4D504C405456931f
Octal115120114405105151337
Binary1001101101000010011001000101100010111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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