Html Css Color HEX #474651 Gun Powder

📋 copy color: '#474651'

red 71 ◦ green 70 ◦ blue 81

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

Shades of Gun Powder #474651

Tints of Gun Powder #474651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.49%

R = 31.98%
G = 31.53%
B = 36.49%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#474651 (or 0x474651) is known color: Gun Powder. HEX triplet: 47, 46 and 51. RGB value is (71,70,81). Sum of RGB (Red+Green+Blue) = 71+70+81=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 81 - color contains mainly: blue. Hex color #474651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474651 is #B8B9AE. Grayscale: #474747. Windows color (decimal): -12106159 or 5326407. OLE color: 5326407.

HSL color Cylindrical-coordinate representation of color #474651: hue angle of 245.45º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #474651 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 70 81 -
CMYK 0.12 0.14 0 0.68
HSL 245.45º 0.07% 0.3% -
HSV(B) 245.45º 0.14% 0.32% -
XYZ 6.27 6.31 8.67 -
YUV 71.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 71 70 81 0.12 0.14 0 0.68 245.45 0.07 0.3
Hex 47 46 51 C E 0 44 F5 7 1E
Octal 107 106 121 14 16 0 104 365 7 36
Binary 1000111 1000110 1010001 1100 1110 0 1000100 11110101 111 11110

Color Harmonies of #474651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474651

Black with #474651

Text Example


Text Example

White with #474651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474651; }

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

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

background-color css

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

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

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

border-color css

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

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

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