Html Css Color HEX #47435D Gun Powder

📋 copy color: '#47435D'

red 71 ◦ green 67 ◦ blue 93

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

Shades of Gun Powder #47435D

Tints of Gun Powder #47435D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 30.74%
G = 29%
B = 40.26%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47435D (or 0x47435D) is known color: Gun Powder. HEX triplet: 47, 43 and 5D. RGB value is (71,67,93). Sum of RGB (Red+Green+Blue) = 71+67+93=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #47435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47435D is #B8BCA2. Grayscale: #474747. Windows color (decimal): -12106915 or 6112071. OLE color: 6112071.

HSL color Cylindrical-coordinate representation of color #47435D: hue angle of 249.23º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47435D is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 67 93 -
CMYK 0.24 0.28 0 0.64
HSL 249.23º 0.16% 0.31% -
HSV(B) 249.23º 0.28% 0.36% -
XYZ 6.58 6.14 11.2 -
YUV 71.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 71 67 93 0.24 0.28 0 0.64 249.23 0.16 0.31
Hex 47 43 5D 18 1C 0 40 F9 10 1F
Octal 107 103 135 30 34 0 100 371 20 37
Binary 1000111 1000011 1011101 11000 11100 0 1000000 11111001 10000 11111

Color Harmonies of #47435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47435D

Black with #47435D

Text Example


Text Example

White with #47435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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