Html Css Color HEX #47473F Heavy Metal

📋 copy color: '#47473F'

red 71 ◦ green 71 ◦ blue 63

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

Shades of Heavy Metal #47473F

Tints of Heavy Metal #47473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

 BLUE value IS 63 (25% from 255) = 30.73%

R = 34.63%
G = 34.63%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47473F (or 0x47473F) is known color: Heavy Metal. HEX triplet: 47, 47 and 3F. RGB value is (71,71,63). Sum of RGB (Red+Green+Blue) = 71+71+63=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47473F is #B8B8C0. Grayscale: #464646. Windows color (decimal): -12105921 or 4147015. OLE color: 4147015.

HSL color Cylindrical-coordinate representation of color #47473F: hue angle of 60º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47473F is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 71 63 -
CMYK 0 0 0.11 0.72
HSL 60º 0.06% 0.26% -
HSV(B) 60º 0.11% 0.28% -
XYZ 5.75 6.2 5.6 -
YUV 70.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 71 71 63 0 0 0.11 0.72 60 0.06 0.26
Hex 47 47 3F 0 0 B 48 3C 6 1A
Octal 107 107 77 0 0 13 110 74 6 32
Binary 1000111 1000111 111111 0 0 1011 1001000 111100 110 11010

Color Harmonies of #47473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47473F

Black with #47473F

Text Example


Text Example

White with #47473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47473F; }

 p { color: rgb(71,71,63); }

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

background-color css

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

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

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

border-color css

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

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

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