#474462

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

Shades of Gun Powder #474462

Tints of Gun Powder #474462

Color information

#474462 (or 0x474462) is unknown color: approx Gun Powder. HEX triplet: 47, 44 and 62. RGB value is (71,68,98). Sum of RGB (Red+Green+Blue) = 71+68+98=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #474462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474462 is #B8BB9D. Grayscale: #484848. Windows color (decimal): -12106654 or 6440007. OLE color: 6440007.

HSL color Cylindrical-coordinate representation of color #474462: hue angle of 246º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #474462 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB716898-
CMYK0.280.3100.62
HSL246º18.07%32.55%-
HSV(B)246º30.61%38.43%-
XYZ6.876.3612.42-
YUV72.32142.49127.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=29.96%
G=28.69%
B=41.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7168980.280.3100.6224618.0732.55
Hex4744621C1F03Ef61221
Octal10710414234370763662241
Binary100011110001001100010111001111101111101111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474462; }

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

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

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

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

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

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

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

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