#4A5447

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

Shades of Battleship Grey #4A5447

Tints of Battleship Grey #4A5447

Color information

#4A5447 (or 0x4A5447) is unknown color: approx Battleship Grey. HEX triplet: 4A, 54 and 47. RGB value is (74,84,71). Sum of RGB (Red+Green+Blue) = 74+84+71=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5447 is #B5ABB8. Grayscale: #4F4F4F. Windows color (decimal): -11905977 or 4674634. OLE color: 4674634.

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

Color convert

RGB748471-
CMYK0.1200.150.67
HSL106.15º8.39%30.39%-
HSV(B)106.15º15.48%32.94%-
XYZ7.138.257.18-
YUV79.53123.19124.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.31%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 71 (28.12% from 255) = 31.00%
R=32.31%
G=36.68%
B=31.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484710.1200.150.67106.158.3930.39
Hex4A5447C0F436a81e
Octal112124107140171031521036
Binary10010101010100100011111000111110000111101010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,84,71); }

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

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

 a { background-color: rgb(74,84,71); }

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

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

 span { border-color: rgb(74,84,71); }

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