Html Css Color HEX #474743 Heavy Metal

📋 copy color: '#474743'

red 71 ◦ green 71 ◦ blue 67

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

Shades of Heavy Metal #474743

Tints of Heavy Metal #474743

RGB

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

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

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

R = 33.97%
G = 33.97%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#474743 (or 0x474743) is known color: Heavy Metal. HEX triplet: 47, 47 and 43. RGB value is (71,71,67). Sum of RGB (Red+Green+Blue) = 71+71+67=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474743 is #B8B8BC. Grayscale: #464646. Windows color (decimal): -12105917 or 4409159. OLE color: 4409159.

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

Color convert

RGB 71 71 67 -
CMYK 0 0 0.06 0.72
HSL 60º 0.03% 0.27% -
HSV(B) 60º 0.06% 0.28% -
XYZ 5.86 6.25 6.21 -
YUV 70.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 71 71 67 0 0 0.06 0.72 60 0.03 0.27
Hex 47 47 43 0 0 6 48 3C 3 1B
Octal 107 107 103 0 0 6 110 74 3 33
Binary 1000111 1000111 1000011 0 0 110 1001000 111100 11 11011

Color Harmonies of #474743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474743

Black with #474743

Text Example


Text Example

White with #474743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474743; }

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

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

background-color css

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

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

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

border-color css

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

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

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