#484456

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

Shades of Gun Powder #484456

Tints of Gun Powder #484456

Color information

#484456 (or 0x484456) is unknown color: approx Gun Powder. HEX triplet: 48, 44 and 56. RGB value is (72,68,86). Sum of RGB (Red+Green+Blue) = 72+68+86=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 86 - color contains mainly: blue. Hex color #484456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484456 is #B7BBA9. Grayscale: #474747. Windows color (decimal): -12041130 or 5653576. OLE color: 5653576.

HSL color Cylindrical-coordinate representation of color #484456: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #484456 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB726886-
CMYK0.160.2100.66
HSL253.33º11.69%30.2%-
HSV(B)253.33º20.93%33.73%-
XYZ6.426.189.66-
YUV71.25136.33128.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=31.86%
G=30.09%
B=38.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7268860.160.2100.66253.3311.6930.2
Hex4844561015042fdc1e
Octal110104126202501023751436
Binary10010001000100101011010000101010100001011111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484456; }

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

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

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

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

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

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

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

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