Html Css Color HEX #47475C Gun Powder

📋 copy color: '#47475C'

red 71 ◦ green 71 ◦ blue 92

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

Shades of Gun Powder #47475C

Tints of Gun Powder #47475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.34%

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 30.34%
G = 30.34%
B = 39.32%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47475C (or 0x47475C) is known color: Gun Powder. HEX triplet: 47, 47 and 5C. RGB value is (71,71,92). Sum of RGB (Red+Green+Blue) = 71+71+92=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #47475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47475C is #B8B8A3. Grayscale: #494949. Windows color (decimal): -12105892 or 6047559. OLE color: 6047559.

HSL color Cylindrical-coordinate representation of color #47475C: hue angle of 240º 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 #47475C is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 71 92 -
CMYK 0.23 0.23 0 0.64
HSL 240º 0.13% 0.32% -
HSV(B) 240º 0.23% 0.36% -
XYZ 6.78 6.62 11.05 -
YUV 73.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 71 71 92 0.23 0.23 0 0.64 240 0.13 0.32
Hex 47 47 5C 17 17 0 40 F0 D 20
Octal 107 107 134 27 27 0 100 360 15 40
Binary 1000111 1000111 1011100 10111 10111 0 1000000 11110000 1101 100000

Color Harmonies of #47475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47475C

Black with #47475C

Text Example


Text Example

White with #47475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47475C; }

 p { color: rgb(71,71,92); }

 H1.HeaderClassName
 {
   color: #47475C;
 }
 .AnyTagClassName
 {
   color: #47475C;
 }
</style>

background-color css

<style>
 a { background-color: #47475C; }

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

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

border-color css

<style>
 span { border-color: #47475C; }

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

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