#484455

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

Shades of Gun Powder #484455

Tints of Gun Powder #484455

Color information

#484455 (or 0x484455) is unknown color: approx Gun Powder. HEX triplet: 48, 44 and 55. RGB value is (72,68,85). Sum of RGB (Red+Green+Blue) = 72+68+85=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 85 - color contains mainly: blue. Hex color #484455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484455 is #B7BBAA. Grayscale: #474747. Windows color (decimal): -12041131 or 5588040. OLE color: 5588040.

HSL color Cylindrical-coordinate representation of color #484455: hue angle of 254.12º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #484455 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB726885-
CMYK0.150.2000.67
HSL254.12º11.11%30%-
HSV(B)254.12º20%33.33%-
XYZ6.386.179.45-
YUV71.13135.83128.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=32%
G=30.22%
B=37.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7268850.150.2000.67254.1211.1130
Hex484455F14043feb1e
Octal110104125172401033761336
Binary1001000100010010101011111101000100001111111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484455; }

 p { color: rgb(72,68,85); }

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

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

 a { background-color: rgb(72,68,85); }

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

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

 span { border-color: rgb(72,68,85); }

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