#4B485D

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

Shades of Gun Powder #4B485D

Tints of Gun Powder #4B485D

Color information

#4B485D (or 0x4B485D) is unknown color: approx Gun Powder. HEX triplet: 4B, 48 and 5D. RGB value is (75,72,93). Sum of RGB (Red+Green+Blue) = 75+72+93=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B485D is #B4B7A2. Grayscale: #4B4B4B. Windows color (decimal): -11843491 or 6113355. OLE color: 6113355.

HSL color Cylindrical-coordinate representation of color #4B485D: hue angle of 248.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B485D is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB757293-
CMYK0.190.2300.64
HSL248.57º12.73%32.35%-
HSV(B)248.57º22.58%36.47%-
XYZ7.196.9211.31-
YUV75.29137.99127.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=31.25%
G=30%
B=38.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7572930.190.2300.64248.5712.7332.35
Hex4B485D1317040f9d20
Octal113110135232701003711540
Binary100101110010001011101100111011101000000111110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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