#47435A

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

Shades of Gun Powder #47435A

Tints of Gun Powder #47435A

Color information

#47435A (or 0x47435A) is unknown color: approx Gun Powder. HEX triplet: 47, 43 and 5A. RGB value is (71,67,90). Sum of RGB (Red+Green+Blue) = 71+67+90=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #47435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47435A is #B8BCA5. Grayscale: #464646. Windows color (decimal): -12106918 or 5915463. OLE color: 5915463.

HSL color Cylindrical-coordinate representation of color #47435A: hue angle of 250.43º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47435A is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB716790-
CMYK0.210.2600.65
HSL250.43º14.65%30.78%-
HSV(B)250.43º25.56%35.29%-
XYZ6.456.0910.51-
YUV70.82138.83128.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=31.14%
G=29.39%
B=39.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7167900.210.2600.65250.4314.6530.78
Hex47435A151A041faf1f
Octal107103132253201013721737
Binary10001111000011101101010101110100100000111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47435A; }

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

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

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

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

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

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

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

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