Html Css Color HEX #47454F Gun Powder

📋 copy color: '#47454F'

red 71 ◦ green 69 ◦ blue 79

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

Shades of Gun Powder #47454F

Tints of Gun Powder #47454F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

 BLUE value IS 79 (31.25% from 255) = 36.07%

R = 32.42%
G = 31.51%
B = 36.07%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47454F (or 0x47454F) is known color: Gun Powder. HEX triplet: 47, 45 and 4F. RGB value is (71,69,79). Sum of RGB (Red+Green+Blue) = 71+69+79=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 79 - color contains mainly: blue. Hex color #47454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47454F is #B8BAB0. Grayscale: #464646. Windows color (decimal): -12106417 or 5195079. OLE color: 5195079.

HSL color Cylindrical-coordinate representation of color #47454F: hue angle of 252º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #47454F is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 69 79 -
CMYK 0.10 0.13 0 0.69
HSL 252º 0.07% 0.29% -
HSV(B) 252º 0.13% 0.31% -
XYZ 6.14 6.16 8.26 -
YUV 70.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 71 69 79 0.10 0.13 0 0.69 252 0.07 0.29
Hex 47 45 4F A D 0 45 FC 7 1D
Octal 107 105 117 12 15 0 105 374 7 35
Binary 1000111 1000101 1001111 1010 1101 0 1000101 11111100 111 11101

Color Harmonies of #47454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47454F

Black with #47454F

Text Example


Text Example

White with #47454F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,69,79); }

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

background-color css

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

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

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

border-color css

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

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

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