Html Css Color HEX #47485D Gun Powder

📋 copy color: '#47485D'

red 71 ◦ green 72 ◦ blue 93

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

Shades of Gun Powder #47485D

Tints of Gun Powder #47485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.51%

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

R = 30.08%
G = 30.51%
B = 39.41%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47485D (or 0x47485D) is known color: Gun Powder. HEX triplet: 47, 48 and 5D. RGB value is (71,72,93). Sum of RGB (Red+Green+Blue) = 71+72+93=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #47485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47485D is #B8B7A2. Grayscale: #4A4A4A. Windows color (decimal): -12105635 or 6113351. OLE color: 6113351.

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

Color convert

RGB 71 72 93 -
CMYK 0.24 0.23 0 0.64
HSL 237.27º 0.13% 0.32% -
HSV(B) 237.27º 0.24% 0.36% -
XYZ 6.89 6.76 11.3 -
YUV 74.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 71 72 93 0.24 0.23 0 0.64 237.27 0.13 0.32
Hex 47 48 5D 18 17 0 40 ED D 20
Octal 107 110 135 30 27 0 100 355 15 40
Binary 1000111 1001000 1011101 11000 10111 0 1000000 11101101 1101 100000

Color Harmonies of #47485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47485D

Black with #47485D

Text Example


Text Example

White with #47485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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