#4A5645

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

Shades of Battleship Grey #4A5645

Tints of Battleship Grey #4A5645

Color information

#4A5645 (or 0x4A5645) is unknown color: approx Battleship Grey. HEX triplet: 4A, 56 and 45. RGB value is (74,86,69). Sum of RGB (Red+Green+Blue) = 74+86+69=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5645 is #B5A9BA. Grayscale: #505050. Windows color (decimal): -11905467 or 4544074. OLE color: 4544074.

HSL color Cylindrical-coordinate representation of color #4A5645: hue angle of 102.35º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A5645 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB748669-
CMYK0.1400.200.66
HSL102.35º10.97%30.39%-
HSV(B)102.35º19.77%33.73%-
XYZ7.238.546.9-
YUV80.47121.52123.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.31%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 69 (27.34% from 255) = 30.13%
R=32.31%
G=37.55%
B=30.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7486690.1400.200.66102.3510.9730.39
Hex4A5645E0144266b1e
Octal112126105160241021461336
Binary100101010101101000101111001010010000101100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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