#484A5F

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

Shades of Gun Powder #484A5F

Tints of Gun Powder #484A5F

Color information

#484A5F (or 0x484A5F) is unknown color: approx Gun Powder. HEX triplet: 48, 4A and 5F. RGB value is (72,74,95). Sum of RGB (Red+Green+Blue) = 72+74+95=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 95 - color contains mainly: blue. Hex color #484A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A5F is #B7B5A0. Grayscale: #4B4B4B. Windows color (decimal): -12039585 or 6244936. OLE color: 6244936.

HSL color Cylindrical-coordinate representation of color #484A5F: hue angle of 234.78º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #484A5F is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB727495-
CMYK0.240.2200.63
HSL234.78º13.77%32.75%-
HSV(B)234.78º24.21%37.25%-
XYZ7.197.111.82-
YUV75.8138.84125.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=29.88%
G=30.71%
B=39.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7274950.240.2200.63234.7813.7732.75
Hex484A5F181603Febe21
Octal11011213730260773531641
Binary10010001001010101111111000101100111111111010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484A5F; }

 p { color: rgb(72,74,95); }

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

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

 a { background-color: rgb(72,74,95); }

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

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

 span { border-color: rgb(72,74,95); }

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