#4C4B5A

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

Shades of Gun Powder #4C4B5A

Tints of Gun Powder #4C4B5A

Color information

#4C4B5A (or 0x4C4B5A) is unknown color: approx Gun Powder. HEX triplet: 4C, 4B and 5A. RGB value is (76,75,90). Sum of RGB (Red+Green+Blue) = 76+75+90=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C4B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4B5A is #B3B4A5. Grayscale: #4C4C4C. Windows color (decimal): -11777190 or 5917516. OLE color: 5917516.

HSL color Cylindrical-coordinate representation of color #4C4B5A: hue angle of 244º 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 #4C4B5A is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB767590-
CMYK0.160.1700.65
HSL244º9.09%32.35%-
HSV(B)244º16.67%35.29%-
XYZ7.347.3110.7-
YUV77.01135.33127.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=31.54%
G=31.12%
B=37.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7675900.160.1700.652449.0932.35
Hex4C4B5A1011041f4920
Octal114113132202101013641140
Binary100110010010111011010100001000101000001111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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