Html Css Color HEX #474959 Gun Powder

📋 copy color: '#474959'

red 71 ◦ green 73 ◦ blue 89

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

Shades of Gun Powder #474959

Tints of Gun Powder #474959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 38.2%

R = 30.47%
G = 31.33%
B = 38.2%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474959 (or 0x474959) is known color: Gun Powder. HEX triplet: 47, 49 and 59. RGB value is (71,73,89). Sum of RGB (Red+Green+Blue) = 71+73+89=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #474959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474959 is #B8B6A6. Grayscale: #4A4A4A. Windows color (decimal): -12105383 or 5851463. OLE color: 5851463.

HSL color Cylindrical-coordinate representation of color #474959: hue angle of 233.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #474959 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 73 89 -
CMYK 0.20 0.18 0 0.65
HSL 233.33º 0.11% 0.31% -
HSV(B) 233.33º 0.2% 0.35% -
XYZ 6.78 6.83 10.41 -
YUV 74.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 71 73 89 0.20 0.18 0 0.65 233.33 0.11 0.31
Hex 47 49 59 14 12 0 41 E9 B 1F
Octal 107 111 131 24 22 0 101 351 13 37
Binary 1000111 1001001 1011001 10100 10010 0 1000001 11101001 1011 11111

Color Harmonies of #474959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474959

Black with #474959

Text Example


Text Example

White with #474959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474959; }

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

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

background-color css

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

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

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

border-color css

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

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

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