Html Css Color HEX #474838 Heavy Metal

📋 copy color: '#474838'

red 71 ◦ green 72 ◦ blue 56

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

Shades of Heavy Metal #474838

Tints of Heavy Metal #474838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.18%

 BLUE value IS 56 (22.27% from 255) = 28.14%

R = 35.68%
G = 36.18%
B = 28.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#474838 (or 0x474838) is known color: Heavy Metal. HEX triplet: 47, 48 and 38. RGB value is (71,72,56). Sum of RGB (Red+Green+Blue) = 71+72+56=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 72 - color contains mainly: green. Hex color #474838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474838 is #B8B7C7. Grayscale: #454545. Windows color (decimal): -12105672 or 3688519. OLE color: 3688519.

HSL color Cylindrical-coordinate representation of color #474838: hue angle of 63.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #474838 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 72 56 -
CMYK 0.01 0 0.22 0.72
HSL 63.75º 0.13% 0.25% -
HSV(B) 63.75º 0.22% 0.28% -
XYZ 5.63 6.26 4.65 -
YUV 69.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 71 72 56 0.01 0 0.22 0.72 63.75 0.13 0.25
Hex 47 48 38 1 0 16 48 40 C 19
Octal 107 110 70 1 0 26 110 100 14 31
Binary 1000111 1001000 111000 1 0 10110 1001000 1000000 1100 11001

Color Harmonies of #474838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474838

Black with #474838

Text Example


Text Example

White with #474838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474838; }

 p { color: rgb(71,72,56); }

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

background-color css

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

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

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

border-color css

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

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

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