#4A5646

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

Shades of Battleship Grey #4A5646

Tints of Battleship Grey #4A5646

Color information

#4A5646 (or 0x4A5646) is unknown color: approx Battleship Grey. HEX triplet: 4A, 56 and 46. RGB value is (74,86,70). Sum of RGB (Red+Green+Blue) = 74+86+70=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5646 is #B5A9B9. Grayscale: #505050. Windows color (decimal): -11905466 or 4609610. OLE color: 4609610.

HSL color Cylindrical-coordinate representation of color #4A5646: hue angle of 105º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A5646 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB748670-
CMYK0.1400.190.66
HSL105º10.26%30.59%-
HSV(B)105º18.6%33.73%-
XYZ7.268.557.06-
YUV80.59122.02123.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.17%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=32.17%
G=37.39%
B=30.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7486700.1400.190.6610510.2630.59
Hex4A5646E0134269a1f
Octal112126106160231021511237
Binary100101010101101000110111001001110000101101001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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