Html Css Color HEX #474659 Gun Powder

📋 copy color: '#474659'

red 71 ◦ green 70 ◦ blue 89

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

Shades of Gun Powder #474659

Tints of Gun Powder #474659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.43%

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

R = 30.87%
G = 30.43%
B = 38.7%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474659 (or 0x474659) is known color: Gun Powder. HEX triplet: 47, 46 and 59. RGB value is (71,70,89). Sum of RGB (Red+Green+Blue) = 71+70+89=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #474659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474659 is #B8B9A6. Grayscale: #484848. Windows color (decimal): -12106151 or 5850695. OLE color: 5850695.

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

Color convert

RGB 71 70 89 -
CMYK 0.20 0.21 0 0.65
HSL 243.16º 0.12% 0.31% -
HSV(B) 243.16º 0.21% 0.35% -
XYZ 6.59 6.44 10.35 -
YUV 72.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 71 70 89 0.20 0.21 0 0.65 243.16 0.12 0.31
Hex 47 46 59 14 15 0 41 F3 C 1F
Octal 107 106 131 24 25 0 101 363 14 37
Binary 1000111 1000110 1011001 10100 10101 0 1000001 11110011 1100 11111

Color Harmonies of #474659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474659

Black with #474659

Text Example


Text Example

White with #474659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474659; }

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

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

background-color css

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

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

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

border-color css

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

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

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