#4C4763

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

Shades of Gun Powder #4C4763

Tints of Gun Powder #4C4763

Color information

#4C4763 (or 0x4C4763) is unknown color: approx Gun Powder. HEX triplet: 4C, 47 and 63. RGB value is (76,71,99). Sum of RGB (Red+Green+Blue) = 76+71+99=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C4763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4763 is #B3B89C. Grayscale: #4B4B4B. Windows color (decimal): -11778205 or 6506316. OLE color: 6506316.

HSL color Cylindrical-coordinate representation of color #4C4763: hue angle of 250.71º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C4763 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB767199-
CMYK0.230.2800.61
HSL250.71º16.47%33.33%-
HSV(B)250.71º28.28%38.82%-
XYZ7.496.9412.75-
YUV75.69141.16128.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.89%
GREEN value IS 71 (28.12% from 255) = 28.86%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=30.89%
G=28.86%
B=40.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7671990.230.2800.61250.7116.4733.33
Hex4C4763171C03Dfb1021
Octal11410714327340753732041
Binary100110010001111100011101111110001111011111101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,71,99); }

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

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

 a { background-color: rgb(76,71,99); }

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

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

 span { border-color: rgb(76,71,99); }

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