#484658

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

Shades of Gun Powder #484658

Tints of Gun Powder #484658

Color information

#484658 (or 0x484658) is unknown color: approx Gun Powder. HEX triplet: 48, 46 and 58. RGB value is (72,70,88). Sum of RGB (Red+Green+Blue) = 72+70+88=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 88 - color contains mainly: blue. Hex color #484658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484658 is #B7B9A7. Grayscale: #484848. Windows color (decimal): -12040616 or 5785160. OLE color: 5785160.

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

Color convert

RGB727088-
CMYK0.180.2000.65
HSL246.67º11.39%30.98%-
HSV(B)246.67º20.45%34.51%-
XYZ6.626.4610.13-
YUV72.65136.66127.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=31.30%
G=30.43%
B=38.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7270880.180.2000.65246.6711.3930.98
Hex4846581214041f7b1f
Octal110106130222401013671337
Binary10010001000110101100010010101000100000111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484658; }

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

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

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

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

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

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

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

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