Html Css Color HEX #474958 Gun Powder

📋 copy color: '#474958'

red 71 ◦ green 73 ◦ blue 88

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

Shades of Gun Powder #474958

Tints of Gun Powder #474958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 30.6%
G = 31.47%
B = 37.93%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474958 (or 0x474958) is known color: Gun Powder. HEX triplet: 47, 49 and 58. RGB value is (71,73,88). Sum of RGB (Red+Green+Blue) = 71+73+88=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 88 - color contains mainly: blue. Hex color #474958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474958 is #B8B6A7. Grayscale: #4A4A4A. Windows color (decimal): -12105384 or 5785927. OLE color: 5785927.

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

Color convert

RGB 71 73 88 -
CMYK 0.19 0.17 0 0.65
HSL 232.94º 0.11% 0.31% -
HSV(B) 232.94º 0.19% 0.35% -
XYZ 6.74 6.81 10.19 -
YUV 74.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 71 73 88 0.19 0.17 0 0.65 232.94 0.11 0.31
Hex 47 49 58 13 11 0 41 E9 B 1F
Octal 107 111 130 23 21 0 101 351 13 37
Binary 1000111 1001001 1011000 10011 10001 0 1000001 11101001 1011 11111

Color Harmonies of #474958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474958

Black with #474958

Text Example


Text Example

White with #474958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474958; }

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

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

background-color css

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

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

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

border-color css

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

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

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