Html Css Color HEX #47435B Gun Powder

📋 copy color: '#47435B'

red 71 ◦ green 67 ◦ blue 91

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

Shades of Gun Powder #47435B

Tints of Gun Powder #47435B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 31%
G = 29.26%
B = 39.74%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47435B (or 0x47435B) is known color: Gun Powder. HEX triplet: 47, 43 and 5B. RGB value is (71,67,91). Sum of RGB (Red+Green+Blue) = 71+67+91=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #47435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47435B is #B8BCA4. Grayscale: #464646. Windows color (decimal): -12106917 or 5980999. OLE color: 5980999.

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

Color convert

RGB 71 67 91 -
CMYK 0.22 0.26 0 0.64
HSL 250º 0.15% 0.31% -
HSV(B) 250º 0.26% 0.36% -
XYZ 6.49 6.11 10.73 -
YUV 70.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 71 67 91 0.22 0.26 0 0.64 250 0.15 0.31
Hex 47 43 5B 16 1A 0 40 FA F 1F
Octal 107 103 133 26 32 0 100 372 17 37
Binary 1000111 1000011 1011011 10110 11010 0 1000000 11111010 1111 11111

Color Harmonies of #47435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47435B

Black with #47435B

Text Example


Text Example

White with #47435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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