#484558

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

Shades of Gun Powder #484558

Tints of Gun Powder #484558

Color information

#484558 (or 0x484558) is unknown color: approx Gun Powder. HEX triplet: 48, 45 and 58. RGB value is (72,69,88). Sum of RGB (Red+Green+Blue) = 72+69+88=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #484558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484558 is #B7BAA7. Grayscale: #474747. Windows color (decimal): -12040872 or 5784904. OLE color: 5784904.

HSL color Cylindrical-coordinate representation of color #484558: hue angle of 249.47º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #484558 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB726988-
CMYK0.180.2200.65
HSL249.47º12.1%30.78%-
HSV(B)249.47º21.59%34.51%-
XYZ6.566.3410.11-
YUV72.06136.99127.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=31.44%
G=30.13%
B=38.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7269880.180.2200.65249.4712.130.78
Hex4845581216041f9c1f
Octal110105130222601013711437
Binary10010001000101101100010010101100100000111111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484558; }

 p { color: rgb(72,69,88); }

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

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

 a { background-color: rgb(72,69,88); }

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

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

 span { border-color: rgb(72,69,88); }

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