#4B485F

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

Shades of Gun Powder #4B485F

Tints of Gun Powder #4B485F

Color information

#4B485F (or 0x4B485F) is unknown color: approx Gun Powder. HEX triplet: 4B, 48 and 5F. RGB value is (75,72,95). Sum of RGB (Red+Green+Blue) = 75+72+95=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B485F is #B4B7A0. Grayscale: #4B4B4B. Windows color (decimal): -11843489 or 6244427. OLE color: 6244427.

HSL color Cylindrical-coordinate representation of color #4B485F: hue angle of 247.83º 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 #4B485F is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB757295-
CMYK0.210.2400.63
HSL247.83º13.77%32.75%-
HSV(B)247.83º24.21%37.25%-
XYZ7.286.9611.79-
YUV75.52138.99127.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.99%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=30.99%
G=29.75%
B=39.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7572950.210.2400.63247.8313.7732.75
Hex4B485F151803Ff8e21
Octal11311013725300773701641
Binary10010111001000101111110101110000111111111110001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B485F; }

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

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

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

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

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

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

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

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