#474F44

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

Shades of Battleship Grey #474F44

Tints of Battleship Grey #474F44

Color information

#474F44 (or 0x474F44) is unknown color: approx Battleship Grey. HEX triplet: 47, 4F and 44. RGB value is (71,79,68). Sum of RGB (Red+Green+Blue) = 71+79+68=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #474F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F44 is #B8B0BB. Grayscale: #4B4B4B. Windows color (decimal): -12103868 or 4476743. OLE color: 4476743.

HSL color Cylindrical-coordinate representation of color #474F44: hue angle of 103.64º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #474F44 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB717968-
CMYK0.1000.140.69
HSL103.64º7.48%28.82%-
HSV(B)103.64º13.92%30.98%-
XYZ6.447.356.55-
YUV75.35123.85124.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=32.57%
G=36.24%
B=31.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7179680.1000.140.69103.647.4828.82
Hex474F44A0E456871d
Octal10711710412016105150735
Binary1000111100111110001001010011101000101110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474F44; }

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

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

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

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

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

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

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

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