#474752

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

Shades of Gun Powder #474752

Tints of Gun Powder #474752

Color information

#474752 (or 0x474752) is unknown color: approx Gun Powder. HEX triplet: 47, 47 and 52. RGB value is (71,71,82). Sum of RGB (Red+Green+Blue) = 71+71+82=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #474752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474752 is #B8B8AD. Grayscale: #484848. Windows color (decimal): -12105902 or 5392199. OLE color: 5392199.

HSL color Cylindrical-coordinate representation of color #474752: hue angle of 240º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #474752 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB717182-
CMYK0.130.1300.68
HSL240º7.19%30%-
HSV(B)240º13.41%32.16%-
XYZ6.376.468.89-
YUV72.25133.5127.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=31.70%
G=31.70%
B=36.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7171820.130.1300.682407.1930
Hex474752DD044f071e
Octal10710712215150104360736
Binary10001111000111101001011011101010001001111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474752; }

 p { color: rgb(71,71,82); }

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

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

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

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

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

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

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