#4F4561

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

Shades of Mulled Wine #4F4561

Tints of Mulled Wine #4F4561

Color information

#4F4561 (or 0x4F4561) is unknown color: approx Mulled Wine. HEX triplet: 4F, 45 and 61. RGB value is (79,69,97). Sum of RGB (Red+Green+Blue) = 79+69+97=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F4561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4561 is #B0BA9E. Grayscale: #4B4B4B. Windows color (decimal): -11582111 or 6374735. OLE color: 6374735.

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

Color convert

RGB796997-
CMYK0.190.2900.62
HSL261.43º16.87%32.55%-
HSV(B)261.43º28.87%38.04%-
XYZ7.516.7812.22-
YUV75.18140.31130.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.24%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=32.24%
G=28.16%
B=39.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7969970.190.2900.62261.4316.8732.55
Hex4F4561131D03E1051121
Octal11710514123350764052141
Binary1001111100010111000011001111101011111010000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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