#4F475E

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

Shades of Mulled Wine #4F475E

Tints of Mulled Wine #4F475E

Color information

#4F475E (or 0x4F475E) is unknown color: approx Mulled Wine. HEX triplet: 4F, 47 and 5E. RGB value is (79,71,94). Sum of RGB (Red+Green+Blue) = 79+71+94=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 94 - color contains mainly: blue. Hex color #4F475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F475E is #B0B8A1. Grayscale: #4B4B4B. Windows color (decimal): -11581602 or 6178639. OLE color: 6178639.

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

Color convert

RGB797194-
CMYK0.160.2400.63
HSL260.87º13.94%32.35%-
HSV(B)260.87º24.47%36.86%-
XYZ7.56.9811.54-
YUV76.01138.15130.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.38%
GREEN value IS 71 (28.12% from 255) = 29.10%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=32.38%
G=29.10%
B=38.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7971940.160.2400.63260.8713.9432.35
Hex4F475E101803F105e20
Octal11710713620300774051640
Binary100111110001111011110100001100001111111000001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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