#4F465E

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

Shades of Mulled Wine #4F465E

Tints of Mulled Wine #4F465E

Color information

#4F465E (or 0x4F465E) is unknown color: approx Mulled Wine. HEX triplet: 4F, 46 and 5E. RGB value is (79,70,94). Sum of RGB (Red+Green+Blue) = 79+70+94=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 94 - color contains mainly: blue. Hex color #4F465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F465E is #B0B9A1. Grayscale: #4B4B4B. Windows color (decimal): -11581858 or 6178383. OLE color: 6178383.

HSL color Cylindrical-coordinate representation of color #4F465E: hue angle of 262.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F465E is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB797094-
CMYK0.160.2600.63
HSL262.5º14.63%32.16%-
HSV(B)262.5º25.53%36.86%-
XYZ7.436.8511.52-
YUV75.43138.48130.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.51%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=32.51%
G=28.81%
B=38.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7970940.160.2600.63262.514.6332.16
Hex4F465E101A03F106f20
Octal11710613620320774061740
Binary100111110001101011110100001101001111111000001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,70,94); }

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

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

 a { background-color: rgb(79,70,94); }

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

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

 span { border-color: rgb(79,70,94); }

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