#465441

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

Shades of Battleship Grey #465441

Tints of Battleship Grey #465441

Color information

#465441 (or 0x465441) is unknown color: approx Battleship Grey. HEX triplet: 46, 54 and 41. RGB value is (70,84,65). Sum of RGB (Red+Green+Blue) = 70+84+65=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #465441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465441 is #B9ABBE. Grayscale: #4D4D4D. Windows color (decimal): -12168127 or 4281414. OLE color: 4281414.

HSL color Cylindrical-coordinate representation of color #465441: hue angle of 104.21º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465441 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB708465-
CMYK0.1700.230.67
HSL104.21º12.75%29.22%-
HSV(B)104.21º22.62%32.94%-
XYZ6.658.026.2-
YUV77.65120.86122.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=31.96%
G=38.36%
B=29.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084650.1700.230.67104.2112.7529.22
Hex465441110174368d1d
Octal106124101210271031501535
Binary1000110101010010000011000101011110000111101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465441; }

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

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

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

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

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

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

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

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