#464945

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

Shades of Battleship Grey #464945

Tints of Battleship Grey #464945

Color information

#464945 (or 0x464945) is unknown color: approx Battleship Grey. HEX triplet: 46, 49 and 45. RGB value is (70,73,69). Sum of RGB (Red+Green+Blue) = 70+73+69=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 73 - color contains mainly: green. Hex color #464945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464945 is #B9B6BA. Grayscale: #474747. Windows color (decimal): -12170939 or 4540742. OLE color: 4540742.

HSL color Cylindrical-coordinate representation of color #464945: hue angle of 105º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #464945 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB707369-
CMYK0.0400.050.71
HSL105º2.82%27.84%-
HSV(B)105º5.48%28.63%-
XYZ5.986.56.57-
YUV71.65126.51126.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=33.02%
G=34.43%
B=32.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7073690.0400.050.711052.8227.84
Hex464945405476931c
Octal106111105405107151334
Binary1000110100100110001011000101100011111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464945; }

 p { color: rgb(70,73,69); }

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

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

 a { background-color: rgb(70,73,69); }

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

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

 span { border-color: rgb(70,73,69); }

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