Html Css Color HEX #475442 Battleship Grey

📋 copy color: '#475442'

red 71 ◦ green 84 ◦ blue 66

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

Shades of Battleship Grey #475442

Tints of Battleship Grey #475442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.86%

R = 32.13%
G = 38.01%
B = 29.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#475442 (or 0x475442) is known color: Battleship Grey. HEX triplet: 47, 54 and 42. RGB value is (71,84,66). Sum of RGB (Red+Green+Blue) = 71+84+66=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #475442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475442 is #B8ABBD. Grayscale: #4E4E4E. Windows color (decimal): -12102590 or 4346951. OLE color: 4346951.

HSL color Cylindrical-coordinate representation of color #475442: hue angle of 103.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475442 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 66 -
CMYK 0.15 0 0.21 0.67
HSL 103.33º 0.12% 0.29% -
HSV(B) 103.33º 0.21% 0.33% -
XYZ 6.75 8.07 6.36 -
YUV 78.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 71 84 66 0.15 0 0.21 0.67 103.33 0.12 0.29
Hex 47 54 42 F 0 15 43 67 C 1D
Octal 107 124 102 17 0 25 103 147 14 35
Binary 1000111 1010100 1000010 1111 0 10101 1000011 1100111 1100 11101

Color Harmonies of #475442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475442

Black with #475442

Text Example


Text Example

White with #475442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475442; }

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

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

background-color css

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

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

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

border-color css

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

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

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