#4F4161

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

Shades of Mulled Wine #4F4161

Tints of Mulled Wine #4F4161

Color information

#4F4161 (or 0x4F4161) is unknown color: approx Mulled Wine. HEX triplet: 4F, 41 and 61. RGB value is (79,65,97). Sum of RGB (Red+Green+Blue) = 79+65+97=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F4161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4161 is #B0BE9E. Grayscale: #484848. Windows color (decimal): -11583135 or 6373711. OLE color: 6373711.

HSL color Cylindrical-coordinate representation of color #4F4161: hue angle of 266.25º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F4161 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB796597-
CMYK0.190.3300.62
HSL266.25º19.75%31.76%-
HSV(B)266.25º32.99%38.04%-
XYZ7.276.3112.14-
YUV72.83141.64132.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.78%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=32.78%
G=26.97%
B=40.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7965970.190.3300.62266.2519.7531.76
Hex4F4161132103E10a1420
Octal11710114123410764122440
Binary10011111000001110000110011100001011111010000101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,65,97); }

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

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

 a { background-color: rgb(79,65,97); }

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

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

 span { border-color: rgb(79,65,97); }

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