#475243

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

Shades of Battleship Grey #475243

Tints of Battleship Grey #475243

Color information

#475243 (or 0x475243) is unknown color: approx Battleship Grey. HEX triplet: 47, 52 and 43. RGB value is (71,82,67). Sum of RGB (Red+Green+Blue) = 71+82+67=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #475243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475243 is #B8ADBC. Grayscale: #4D4D4D. Windows color (decimal): -12103101 or 4411975. OLE color: 4411975.

HSL color Cylindrical-coordinate representation of color #475243: hue angle of 104º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #475243 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB718267-
CMYK0.1300.180.68
HSL104º10.07%29.22%-
HSV(B)104º18.29%32.16%-
XYZ6.637.786.46-
YUV77122.36123.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=32.27%
G=37.27%
B=30.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182670.1300.180.6810410.0729.22
Hex475243D0124468a1d
Octal107122103150221041501235
Binary100011110100101000011110101001010001001101000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475243; }

 p { color: rgb(71,82,67); }

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

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

 a { background-color: rgb(71,82,67); }

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

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

 span { border-color: rgb(71,82,67); }

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