#474362

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

Shades of Gun Powder #474362

Tints of Gun Powder #474362

Color information

#474362 (or 0x474362) is unknown color: approx Gun Powder. HEX triplet: 47, 43 and 62. RGB value is (71,67,98). Sum of RGB (Red+Green+Blue) = 71+67+98=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #474362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474362 is #B8BC9D. Grayscale: #474747. Windows color (decimal): -12106910 or 6439751. OLE color: 6439751.

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

Color convert

RGB716798-
CMYK0.280.3200.62
HSL247.74º18.79%32.35%-
HSV(B)247.74º31.63%38.43%-
XYZ6.816.2412.4-
YUV71.73142.83127.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=30.08%
G=28.39%
B=41.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7167980.280.3200.62247.7418.7932.35
Hex4743621C2003Ef81320
Octal10710314234400763702340
Binary1000111100001111000101110010000001111101111100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474362; }

 p { color: rgb(71,67,98); }

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

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

 a { background-color: rgb(71,67,98); }

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

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

 span { border-color: rgb(71,67,98); }

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