#4C465A

Color #4C465A Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #4C465A

Tints of Mulled Wine #4C465A

Color information

#4C465A (or 0x4C465A) is unknown color: approx Mulled Wine. HEX triplet: 4C, 46 and 5A. RGB value is (76,70,90). Sum of RGB (Red+Green+Blue) = 76+70+90=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C465A is #B3B9A5. Grayscale: #4A4A4A. Windows color (decimal): -11778470 or 5916236. OLE color: 5916236.

HSL color Cylindrical-coordinate representation of color #4C465A: hue angle of 258º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C465A is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB767090-
CMYK0.160.2200.65
HSL258º12.5%31.37%-
HSV(B)258º22.22%35.29%-
XYZ7.026.6610.59-
YUV74.07136.99129.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.20%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=32.20%
G=29.66%
B=38.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7670900.160.2200.6525812.531.37
Hex4C465A1016041102c1f
Octal114106132202601014021437
Binary100110010001101011010100001011001000001100000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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