Html Css Color HEX #47464E Gun Powder

📋 copy color: '#47464E'

red 71 ◦ green 70 ◦ blue 78

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

Shades of Gun Powder #47464E

Tints of Gun Powder #47464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.62%

R = 32.42%
G = 31.96%
B = 35.62%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47464E (or 0x47464E) is known color: Gun Powder. HEX triplet: 47, 46 and 4E. RGB value is (71,70,78). Sum of RGB (Red+Green+Blue) = 71+70+78=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 78 - color contains mainly: blue. Hex color #47464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47464E is #B8B9B1. Grayscale: #474747. Windows color (decimal): -12106162 or 5129799. OLE color: 5129799.

HSL color Cylindrical-coordinate representation of color #47464E: hue angle of 247.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #47464E is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 70 78 -
CMYK 0.09 0.10 0 0.69
HSL 247.5º 0.05% 0.29% -
HSV(B) 247.5º 0.1% 0.31% -
XYZ 6.16 6.27 8.09 -
YUV 71.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 71 70 78 0.09 0.10 0 0.69 247.5 0.05 0.29
Hex 47 46 4E 9 A 0 45 F8 5 1D
Octal 107 106 116 11 12 0 105 370 5 35
Binary 1000111 1000110 1001110 1001 1010 0 1000101 11111000 101 11101

Color Harmonies of #47464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47464E

Black with #47464E

Text Example


Text Example

White with #47464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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