#484359

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

Shades of Gun Powder #484359

Tints of Gun Powder #484359

Color information

#484359 (or 0x484359) is unknown color: approx Gun Powder. HEX triplet: 48, 43 and 59. RGB value is (72,67,89). Sum of RGB (Red+Green+Blue) = 72+67+89=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #484359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484359 is #B7BCA6. Grayscale: #464646. Windows color (decimal): -12041383 or 5849928. OLE color: 5849928.

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

Color convert

RGB726789-
CMYK0.190.2500.65
HSL253.64º14.1%30.59%-
HSV(B)253.64º24.72%34.9%-
XYZ6.486.1110.29-
YUV71138.16128.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=31.58%
G=29.39%
B=39.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7267890.190.2500.65253.6414.130.59
Hex4843591319041fee1f
Octal110103131233101013761637
Binary10010001000011101100110011110010100000111111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484359; }

 p { color: rgb(72,67,89); }

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

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

 a { background-color: rgb(72,67,89); }

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

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

 span { border-color: rgb(72,67,89); }

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