#474456

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

Shades of Gun Powder #474456

Tints of Gun Powder #474456

Color information

#474456 (or 0x474456) is unknown color: approx Gun Powder. HEX triplet: 47, 44 and 56. RGB value is (71,68,86). Sum of RGB (Red+Green+Blue) = 71+68+86=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #474456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474456 is #B8BBA9. Grayscale: #464646. Windows color (decimal): -12106666 or 5653575. OLE color: 5653575.

HSL color Cylindrical-coordinate representation of color #474456: hue angle of 250º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #474456 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB716886-
CMYK0.170.2100.66
HSL250º11.69%30.2%-
HSV(B)250º20.93%33.73%-
XYZ6.356.159.66-
YUV70.95136.49128.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=31.56%
G=30.22%
B=38.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7168860.170.2100.6625011.6930.2
Hex4744561115042fac1e
Octal107104126212501023721436
Binary10001111000100101011010001101010100001011111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474456; }

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

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

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

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

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

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

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

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