#4C4B56

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

Shades of Gun Powder #4C4B56

Tints of Gun Powder #4C4B56

Color information

#4C4B56 (or 0x4C4B56) is unknown color: approx Gun Powder. HEX triplet: 4C, 4B and 56. RGB value is (76,75,86). Sum of RGB (Red+Green+Blue) = 76+75+86=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 86 - color contains mainly: blue. Hex color #4C4B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4B56 is #B3B4A9. Grayscale: #4C4C4C. Windows color (decimal): -11777194 or 5655372. OLE color: 5655372.

HSL color Cylindrical-coordinate representation of color #4C4B56: hue angle of 245.45º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C4B56 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB767586-
CMYK0.120.1300.66
HSL245.45º6.83%31.57%-
HSV(B)245.45º12.79%33.73%-
XYZ7.187.249.82-
YUV76.55133.33127.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=32.07%
G=31.65%
B=36.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7675860.120.1300.66245.456.8331.57
Hex4C4B56CD042f5720
Octal11411312614150102365740
Binary100110010010111010110110011010100001011110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,75,86); }

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

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

 a { background-color: rgb(76,75,86); }

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

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

 span { border-color: rgb(76,75,86); }

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