#475044

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

Shades of Battleship Grey #475044

Tints of Battleship Grey #475044

Color information

#475044 (or 0x475044) is unknown color: approx Battleship Grey. HEX triplet: 47, 50 and 44. RGB value is (71,80,68). Sum of RGB (Red+Green+Blue) = 71+80+68=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #475044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475044 is #B8AFBB. Grayscale: #4B4B4B. Windows color (decimal): -12103612 or 4476999. OLE color: 4476999.

HSL color Cylindrical-coordinate representation of color #475044: hue angle of 105º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475044 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB718068-
CMYK0.1100.150.69
HSL105º8.11%29.02%-
HSV(B)105º15%31.37%-
XYZ6.517.496.57-
YUV75.94123.52124.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=32.42%
G=36.53%
B=31.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180680.1100.150.691058.1129.02
Hex475044B0F456981d
Octal107120104130171051511035
Binary10001111010000100010010110111110001011101001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475044; }

 p { color: rgb(71,80,68); }

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

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

 a { background-color: rgb(71,80,68); }

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

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

 span { border-color: rgb(71,80,68); }

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