#484458

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

Shades of Gun Powder #484458

Tints of Gun Powder #484458

Color information

#484458 (or 0x484458) is unknown color: approx Gun Powder. HEX triplet: 48, 44 and 58. RGB value is (72,68,88). Sum of RGB (Red+Green+Blue) = 72+68+88=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #484458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484458 is #B7BBA7. Grayscale: #474747. Windows color (decimal): -12041128 or 5784648. OLE color: 5784648.

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

Color convert

RGB726888-
CMYK0.180.2300.65
HSL252º12.82%30.59%-
HSV(B)252º22.73%34.51%-
XYZ6.56.2210.09-
YUV71.48137.33128.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=31.58%
G=29.82%
B=38.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7268880.180.2300.6525212.8230.59
Hex4844581217041fcd1f
Octal110104130222701013741537
Binary10010001000100101100010010101110100000111111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484458; }

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

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

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

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

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

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

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

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