#4C5349

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

Shades of Battleship Grey #4C5349

Tints of Battleship Grey #4C5349

Color information

#4C5349 (or 0x4C5349) is unknown color: approx Battleship Grey. HEX triplet: 4C, 53 and 49. RGB value is (76,83,73). Sum of RGB (Red+Green+Blue) = 76+83+73=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5349 is #B3ACB6. Grayscale: #4F4F4F. Windows color (decimal): -11775159 or 4805452. OLE color: 4805452.

HSL color Cylindrical-coordinate representation of color #4C5349: hue angle of 102º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4C5349 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB768373-
CMYK0.0800.120.67
HSL102º6.41%30.59%-
HSV(B)102º12.05%32.55%-
XYZ7.288.27.5-
YUV79.77124.18125.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.76%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=32.76%
G=35.78%
B=31.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7683730.0800.120.671026.4130.59
Hex4C534980C436661f
Octal11412311110014103146637
Binary1001100101001110010011000011001000011110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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