Html Css Color HEX #47495E Gun Powder

📋 copy color: '#47495E'

red 71 ◦ green 73 ◦ blue 94

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

Shades of Gun Powder #47495E

Tints of Gun Powder #47495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 29.83%
G = 30.67%
B = 39.5%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47495E (or 0x47495E) is known color: Gun Powder. HEX triplet: 47, 49 and 5E. RGB value is (71,73,94). Sum of RGB (Red+Green+Blue) = 71+73+94=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #47495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47495E is #B8B6A1. Grayscale: #4A4A4A. Windows color (decimal): -12105378 or 6179143. OLE color: 6179143.

HSL color Cylindrical-coordinate representation of color #47495E: hue angle of 234.78º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47495E is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 73 94 -
CMYK 0.24 0.22 0 0.63
HSL 234.78º 0.14% 0.32% -
HSV(B) 234.78º 0.24% 0.37% -
XYZ 7 6.91 11.55 -
YUV 74.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 71 73 94 0.24 0.22 0 0.63 234.78 0.14 0.32
Hex 47 49 5E 18 16 0 3F EB E 20
Octal 107 111 136 30 26 0 77 353 16 40
Binary 1000111 1001001 1011110 11000 10110 0 111111 11101011 1110 100000

Color Harmonies of #47495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47495E

Black with #47495E

Text Example


Text Example

White with #47495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47495E; }

 p { color: rgb(71,73,94); }

 H1.HeaderClassName
 {
   color: #47495E;
 }
 .AnyTagClassName
 {
   color: #47495E;
 }
</style>

background-color css

<style>
 a { background-color: #47495E; }

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

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

border-color css

<style>
 span { border-color: #47495E; }

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

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