#4C5449

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

Shades of Battleship Grey #4C5449

Tints of Battleship Grey #4C5449

Color information

#4C5449 (or 0x4C5449) is unknown color: approx Battleship Grey. HEX triplet: 4C, 54 and 49. RGB value is (76,84,73). Sum of RGB (Red+Green+Blue) = 76+84+73=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5449 is #B3ABB6. Grayscale: #505050. Windows color (decimal): -11774903 or 4805708. OLE color: 4805708.

HSL color Cylindrical-coordinate representation of color #4C5449: 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 #4C5449 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB768473-
CMYK0.1000.130.67
HSL103.64º7.01%30.78%-
HSV(B)103.64º13.1%32.94%-
XYZ7.358.367.53-
YUV80.35123.85124.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.62%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=32.62%
G=36.05%
B=31.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7684730.1000.130.67103.647.0130.78
Hex4C5449A0D436871f
Octal11412411112015103150737
Binary1001100101010010010011010011011000011110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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