#4C4958

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

Shades of Gun Powder #4C4958

Tints of Gun Powder #4C4958

Color information

#4C4958 (or 0x4C4958) is unknown color: approx Gun Powder. HEX triplet: 4C, 49 and 58. RGB value is (76,73,88). Sum of RGB (Red+Green+Blue) = 76+73+88=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C4958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4958 is #B3B6A7. Grayscale: #4B4B4B. Windows color (decimal): -11777704 or 5785932. OLE color: 5785932.

HSL color Cylindrical-coordinate representation of color #4C4958: hue angle of 252º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C4958 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB767388-
CMYK0.140.1700.65
HSL252º9.32%31.57%-
HSV(B)252º17.05%34.51%-
XYZ7.127.0110.21-
YUV75.61134.99128.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=32.07%
G=30.80%
B=37.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7673880.140.1700.652529.3231.57
Hex4C4958E11041fc920
Octal114111130162101013741140
Binary10011001001001101100011101000101000001111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C4958; }

 p { color: rgb(76,73,88); }

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

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

 a { background-color: rgb(76,73,88); }

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

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

 span { border-color: rgb(76,73,88); }

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