Html Css Color HEX #47464C Gun Powder

📋 copy color: '#47464C'

red 71 ◦ green 70 ◦ blue 76

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

Shades of Gun Powder #47464C

Tints of Gun Powder #47464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.26%

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 32.72%
G = 32.26%
B = 35.02%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47464C (or 0x47464C) is known color: Gun Powder. HEX triplet: 47, 46 and 4C. RGB value is (71,70,76). Sum of RGB (Red+Green+Blue) = 71+70+76=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 76 - color contains mainly: blue. Hex color #47464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47464C is #B8B9B3. Grayscale: #464646. Windows color (decimal): -12106164 or 4998727. OLE color: 4998727.

HSL color Cylindrical-coordinate representation of color #47464C: hue angle of 250º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #47464C is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 70 76 -
CMYK 0.07 0.08 0 0.70
HSL 250º 0.04% 0.29% -
HSV(B) 250º 0.08% 0.3% -
XYZ 6.09 6.24 7.72 -
YUV 70.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 71 70 76 0.07 0.08 0 0.70 250 0.04 0.29
Hex 47 46 4C 7 8 0 46 FA 4 1D
Octal 107 106 114 7 10 0 106 372 4 35
Binary 1000111 1000110 1001100 111 1000 0 1000110 11111010 100 11101

Color Harmonies of #47464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47464C

Black with #47464C

Text Example


Text Example

White with #47464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47464C; }

 p { color: rgb(71,70,76); }

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

background-color css

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

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

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

border-color css

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

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

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