#474359

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

Shades of Gun Powder #474359

Tints of Gun Powder #474359

Color information

#474359 (or 0x474359) is unknown color: approx Gun Powder. HEX triplet: 47, 43 and 59. RGB value is (71,67,89). Sum of RGB (Red+Green+Blue) = 71+67+89=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #474359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474359 is #B8BCA6. Grayscale: #464646. Windows color (decimal): -12106919 or 5849927. OLE color: 5849927.

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

Color convert

RGB716789-
CMYK0.200.2500.65
HSL250.91º14.1%30.59%-
HSV(B)250.91º24.72%34.9%-
XYZ6.416.0810.29-
YUV70.7138.33128.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=31.28%
G=29.52%
B=39.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7167890.200.2500.65250.9114.130.59
Hex4743591419041fbe1f
Octal107103131243101013731637
Binary10001111000011101100110100110010100000111111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474359; }

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

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

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

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

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

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

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

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