Html Css Color HEX #47495F Gun Powder

📋 copy color: '#47495F'

red 71 ◦ green 73 ◦ blue 95

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

Shades of Gun Powder #47495F

Tints of Gun Powder #47495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 29.71%
G = 30.54%
B = 39.75%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47495F (or 0x47495F) is known color: Gun Powder. HEX triplet: 47, 49 and 5F. RGB value is (71,73,95). Sum of RGB (Red+Green+Blue) = 71+73+95=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #47495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47495F is #B8B6A0. Grayscale: #4A4A4A. Windows color (decimal): -12105377 or 6244679. OLE color: 6244679.

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

Color convert

RGB 71 73 95 -
CMYK 0.25 0.23 0 0.63
HSL 235º 0.14% 0.33% -
HSV(B) 235º 0.25% 0.37% -
XYZ 7.05 6.93 11.79 -
YUV 74.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 71 73 95 0.25 0.23 0 0.63 235 0.14 0.33
Hex 47 49 5F 19 17 0 3F EB E 21
Octal 107 111 137 31 27 0 77 353 16 41
Binary 1000111 1001001 1011111 11001 10111 0 111111 11101011 1110 100001

Color Harmonies of #47495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47495F

Black with #47495F

Text Example


Text Example

White with #47495F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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