Html Css Color HEX #47435E Gun Powder

📋 copy color: '#47435E'

red 71 ◦ green 67 ◦ blue 94

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

Shades of Gun Powder #47435E

Tints of Gun Powder #47435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.88%

 BLUE value IS 94 (37.11% from 255) = 40.52%

R = 30.6%
G = 28.88%
B = 40.52%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47435E (or 0x47435E) is known color: Gun Powder. HEX triplet: 47, 43 and 5E. RGB value is (71,67,94). Sum of RGB (Red+Green+Blue) = 71+67+94=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #47435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47435E is #B8BCA1. Grayscale: #474747. Windows color (decimal): -12106914 or 6177607. OLE color: 6177607.

HSL color Cylindrical-coordinate representation of color #47435E: hue angle of 248.89º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #47435E is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 67 94 -
CMYK 0.24 0.29 0 0.63
HSL 248.89º 0.17% 0.32% -
HSV(B) 248.89º 0.29% 0.37% -
XYZ 6.63 6.16 11.43 -
YUV 71.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 71 67 94 0.24 0.29 0 0.63 248.89 0.17 0.32
Hex 47 43 5E 18 1D 0 3F F9 11 20
Octal 107 103 136 30 35 0 77 371 21 40
Binary 1000111 1000011 1011110 11000 11101 0 111111 11111001 10001 100000

Color Harmonies of #47435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47435E

Black with #47435E

Text Example


Text Example

White with #47435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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