#4C4863

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

Shades of Gun Powder #4C4863

Tints of Gun Powder #4C4863

Color information

#4C4863 (or 0x4C4863) is unknown color: approx Gun Powder. HEX triplet: 4C, 48 and 63. RGB value is (76,72,99). Sum of RGB (Red+Green+Blue) = 76+72+99=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C4863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4863 is #B3B79C. Grayscale: #4C4C4C. Windows color (decimal): -11777949 or 6506572. OLE color: 6506572.

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

Color convert

RGB767299-
CMYK0.230.2700.61
HSL248.89º15.79%33.53%-
HSV(B)248.89º27.27%38.82%-
XYZ7.557.0712.77-
YUV76.27140.83127.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.77%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=30.77%
G=29.15%
B=40.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7672990.230.2700.61248.8915.7933.53
Hex4C4863171B03Df91022
Octal11411014327330753712042
Binary100110010010001100011101111101101111011111100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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