#474358

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

Shades of Gun Powder #474358

Tints of Gun Powder #474358

Color information

#474358 (or 0x474358) is unknown color: approx Gun Powder. HEX triplet: 47, 43 and 58. RGB value is (71,67,88). Sum of RGB (Red+Green+Blue) = 71+67+88=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #474358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474358 is #B8BCA7. Grayscale: #464646. Windows color (decimal): -12106920 or 5784391. OLE color: 5784391.

HSL color Cylindrical-coordinate representation of color #474358: hue angle of 251.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #474358 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB716788-
CMYK0.190.2400.65
HSL251.43º13.55%30.39%-
HSV(B)251.43º23.86%34.51%-
XYZ6.376.0610.07-
YUV70.59137.83128.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=31.42%
G=29.65%
B=38.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7167880.190.2400.65251.4313.5530.39
Hex4743581318041fbe1e
Octal107103130233001013731636
Binary10001111000011101100010011110000100000111111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474358; }

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

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

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

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

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

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

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

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