#4A5348

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

Shades of Battleship Grey #4A5348

Tints of Battleship Grey #4A5348

Color information

#4A5348 (or 0x4A5348) is unknown color: approx Battleship Grey. HEX triplet: 4A, 53 and 48. RGB value is (74,83,72). Sum of RGB (Red+Green+Blue) = 74+83+72=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5348 is #B5ACB7. Grayscale: #4F4F4F. Windows color (decimal): -11906232 or 4739914. OLE color: 4739914.

HSL color Cylindrical-coordinate representation of color #4A5348: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A5348 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB748372-
CMYK0.1100.130.67
HSL109.09º7.1%30.39%-
HSV(B)109.09º13.25%32.55%-
XYZ7.098.117.32-
YUV79.05124.02124.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.31%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=32.31%
G=36.24%
B=31.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7483720.1100.130.67109.097.130.39
Hex4A5348B0D436d71e
Octal11212311013015103155736
Binary1001010101001110010001011011011000011110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,83,72); }

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

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

 a { background-color: rgb(74,83,72); }

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

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

 span { border-color: rgb(74,83,72); }

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