#474551

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

Shades of Gun Powder #474551

Tints of Gun Powder #474551

Color information

#474551 (or 0x474551) is unknown color: approx Gun Powder. HEX triplet: 47, 45 and 51. RGB value is (71,69,81). Sum of RGB (Red+Green+Blue) = 71+69+81=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 81 - color contains mainly: blue. Hex color #474551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474551 is #B8BAAE. Grayscale: #464646. Windows color (decimal): -12106415 or 5326151. OLE color: 5326151.

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

Color convert

RGB716981-
CMYK0.120.1500.68
HSL250º8%29.41%-
HSV(B)250º14.81%31.76%-
XYZ6.216.198.65-
YUV70.97133.66128.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 81 (32.03% from 255) = 36.65%
R=32.13%
G=31.22%
B=36.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7169810.120.1500.68250829.41
Hex474551CF044fa81d
Octal107105121141701043721035
Binary100011110001011010001110011110100010011111010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474551; }

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

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

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

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

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

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

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

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