#4C5B49

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

Shades of Battleship Grey #4C5B49

Tints of Battleship Grey #4C5B49

Color information

#4C5B49 (or 0x4C5B49) is unknown color: approx Battleship Grey. HEX triplet: 4C, 5B and 49. RGB value is (76,91,73). Sum of RGB (Red+Green+Blue) = 76+91+73=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 91 - color contains mainly: green. Hex color #4C5B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5B49 is #B3A4B6. Grayscale: #545454. Windows color (decimal): -11773111 or 4807500. OLE color: 4807500.

HSL color Cylindrical-coordinate representation of color #4C5B49: hue angle of 110º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C5B49 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB769173-
CMYK0.1600.200.64
HSL110º10.98%32.16%-
HSV(B)110º19.78%35.69%-
XYZ7.929.57.72-
YUV84.46121.53121.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.67%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=31.67%
G=37.92%
B=30.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7691730.1600.200.6411010.9832.16
Hex4C5B4910014406eb20
Octal114133111200241001561340
Binary10011001011011100100110000010100100000011011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,91,73); }

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

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

 a { background-color: rgb(76,91,73); }

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

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

 span { border-color: rgb(76,91,73); }

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