Html Css Color HEX #474654 Gun Powder

📋 copy color: '#474654'

red 71 ◦ green 70 ◦ blue 84

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

Shades of Gun Powder #474654

Tints of Gun Powder #474654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.33%

R = 31.56%
G = 31.11%
B = 37.33%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474654 (or 0x474654) is known color: Gun Powder. HEX triplet: 47, 46 and 54. RGB value is (71,70,84). Sum of RGB (Red+Green+Blue) = 71+70+84=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #474654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474654 is #B8B9AB. Grayscale: #474747. Windows color (decimal): -12106156 or 5523015. OLE color: 5523015.

HSL color Cylindrical-coordinate representation of color #474654: hue angle of 244.29º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #474654 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 70 84 -
CMYK 0.15 0.17 0 0.67
HSL 244.29º 0.09% 0.3% -
HSV(B) 244.29º 0.17% 0.33% -
XYZ 6.39 6.36 9.28 -
YUV 71.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 71 70 84 0.15 0.17 0 0.67 244.29 0.09 0.3
Hex 47 46 54 F 11 0 43 F4 9 1E
Octal 107 106 124 17 21 0 103 364 11 36
Binary 1000111 1000110 1010100 1111 10001 0 1000011 11110100 1001 11110

Color Harmonies of #474654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474654

Black with #474654

Text Example


Text Example

White with #474654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474654; }

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

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

background-color css

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

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

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

border-color css

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

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

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