#474461

Color #474461 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #474461

Tints of Gun Powder #474461

Color information

#474461 (or 0x474461) is unknown color: approx Gun Powder. HEX triplet: 47, 44 and 61. RGB value is (71,68,97). Sum of RGB (Red+Green+Blue) = 71+68+97=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #474461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474461 is #B8BB9E. Grayscale: #484848. Windows color (decimal): -12106655 or 6374471. OLE color: 6374471.

HSL color Cylindrical-coordinate representation of color #474461: hue angle of 246.21º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474461 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB716897-
CMYK0.270.3000.62
HSL246.21º17.58%32.35%-
HSV(B)246.21º29.9%38.04%-
XYZ6.826.3412.17-
YUV72.2141.99127.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=30.08%
G=28.81%
B=41.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7168970.270.3000.62246.2117.5832.35
Hex4744611B1E03Ef61220
Octal10710414133360763662240
Binary100011110001001100001110111111001111101111011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474461; }

 p { color: rgb(71,68,97); }

 H1.HeaderClassName
 {
   color: #474461;
 }
 .AnyTagClassName
 {
   color: #474461;
 }
</style>
background-color css

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

 a { background-color: rgb(71,68,97); }

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

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

 span { border-color: rgb(71,68,97); }

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