#474453

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

Shades of Gun Powder #474453

Tints of Gun Powder #474453

Color information

#474453 (or 0x474453) is unknown color: approx Gun Powder. HEX triplet: 47, 44 and 53. RGB value is (71,68,83). Sum of RGB (Red+Green+Blue) = 71+68+83=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #474453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474453 is #B8BBAC. Grayscale: #464646. Windows color (decimal): -12106669 or 5456967. OLE color: 5456967.

HSL color Cylindrical-coordinate representation of color #474453: hue angle of 252º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #474453 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB716883-
CMYK0.140.1800.67
HSL252º9.93%29.61%-
HSV(B)252º18.07%32.55%-
XYZ6.236.19.03-
YUV70.61134.99128.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=31.98%
G=30.63%
B=37.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7168830.140.1800.672529.9329.61
Hex474453E12043fca1e
Octal107104123162201033741236
Binary1000111100010010100111110100100100001111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474453; }

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

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

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

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

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

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

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

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