#474859

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

Shades of Gun Powder #474859

Tints of Gun Powder #474859

Color information

#474859 (or 0x474859) is unknown color: approx Gun Powder. HEX triplet: 47, 48 and 59. RGB value is (71,72,89). Sum of RGB (Red+Green+Blue) = 71+72+89=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #474859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474859 is #B8B7A6. Grayscale: #494949. Windows color (decimal): -12105639 or 5851207. OLE color: 5851207.

HSL color Cylindrical-coordinate representation of color #474859: hue angle of 236.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #474859 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB717289-
CMYK0.200.1900.65
HSL236.67º11.25%31.37%-
HSV(B)236.67º20.22%34.9%-
XYZ6.726.710.39-
YUV73.64136.67126.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=30.60%
G=31.03%
B=38.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7172890.200.1900.65236.6711.2531.37
Hex4748591413041edb1f
Octal107110131242301013551337
Binary10001111001000101100110100100110100000111101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474859; }

 p { color: rgb(71,72,89); }

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

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

 a { background-color: rgb(71,72,89); }

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

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

 span { border-color: rgb(71,72,89); }

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