Html Css Color HEX #47465B Gun Powder

📋 copy color: '#47465B'

red 71 ◦ green 70 ◦ blue 91

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

Shades of Gun Powder #47465B

Tints of Gun Powder #47465B

RGB

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

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

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

R = 30.6%
G = 30.17%
B = 39.22%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47465B (or 0x47465B) is known color: Gun Powder. HEX triplet: 47, 46 and 5B. RGB value is (71,70,91). Sum of RGB (Red+Green+Blue) = 71+70+91=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #47465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47465B is #B8B9A4. Grayscale: #484848. Windows color (decimal): -12106149 or 5981767. OLE color: 5981767.

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

Color convert

RGB 71 70 91 -
CMYK 0.22 0.23 0 0.64
HSL 242.86º 0.13% 0.32% -
HSV(B) 242.86º 0.23% 0.36% -
XYZ 6.68 6.48 10.8 -
YUV 72.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 71 70 91 0.22 0.23 0 0.64 242.86 0.13 0.32
Hex 47 46 5B 16 17 0 40 F3 D 20
Octal 107 106 133 26 27 0 100 363 15 40
Binary 1000111 1000110 1011011 10110 10111 0 1000000 11110011 1101 100000

Color Harmonies of #47465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47465B

Black with #47465B

Text Example


Text Example

White with #47465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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