#4A5446

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

Shades of Battleship Grey #4A5446

Tints of Battleship Grey #4A5446

Color information

#4A5446 (or 0x4A5446) is unknown color: approx Battleship Grey. HEX triplet: 4A, 54 and 46. RGB value is (74,84,70). Sum of RGB (Red+Green+Blue) = 74+84+70=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5446 is #B5ABB9. Grayscale: #4F4F4F. Windows color (decimal): -11905978 or 4609098. OLE color: 4609098.

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

Color convert

RGB748470-
CMYK0.1200.170.67
HSL102.86º9.09%30.2%-
HSV(B)102.86º16.67%32.94%-
XYZ7.18.247.01-
YUV79.41122.69124.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.46%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 70 (27.73% from 255) = 30.70%
R=32.46%
G=36.84%
B=30.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484700.1200.170.67102.869.0930.2
Hex4A5446C011436791e
Octal112124106140211031471136
Binary100101010101001000110110001000110000111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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