Html Css Color HEX #475443 Battleship Grey

📋 copy color: '#475443'

red 71 ◦ green 84 ◦ blue 67

#475443
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Battleship Grey #475443

Tints of Battleship Grey #475443

RGB

 RED value IS 71 (28.13% from 255) = 31.98%

 GREEN value IS 84 (33.2% from 255) = 37.84%

 BLUE value IS 67 (26.56% from 255) = 30.18%

R = 31.98%
G = 37.84%
B = 30.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#475443 (or 0x475443) is known color: Battleship Grey. HEX triplet: 47, 54 and 43. RGB value is (71,84,67). Sum of RGB (Red+Green+Blue) = 71+84+67=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #475443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475443 is #B8ABBC. Grayscale: #4E4E4E. Windows color (decimal): -12102589 or 4412487. OLE color: 4412487.

HSL color Cylindrical-coordinate representation of color #475443: hue angle of 105.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475443 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 67 -
CMYK 0.15 0 0.20 0.67
HSL 105.88º 0.11% 0.3% -
HSV(B) 105.88º 0.2% 0.33% -
XYZ 6.78 8.09 6.51 -
YUV 78.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 71 84 67 0.15 0 0.20 0.67 105.88 0.11 0.3
Hex 47 54 43 F 0 14 43 6A B 1E
Octal 107 124 103 17 0 24 103 152 13 36
Binary 1000111 1010100 1000011 1111 0 10100 1000011 1101010 1011 11110

Color Harmonies of #475443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475443

Black with #475443

Text Example


Text Example

White with #475443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475443; }

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

 H1.HeaderClassName
 {
   color: #475443;
 }
 .AnyTagClassName
 {
   color: #475443;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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