#4F4060

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

Shades of Mulled Wine #4F4060

Tints of Mulled Wine #4F4060

Color information

#4F4060 (or 0x4F4060) is unknown color: approx Mulled Wine. HEX triplet: 4F, 40 and 60. RGB value is (79,64,96). Sum of RGB (Red+Green+Blue) = 79+64+96=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F4060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4060 is #B0BF9F. Grayscale: #484848. Windows color (decimal): -11583392 or 6307919. OLE color: 6307919.

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

Color convert

RGB796496-
CMYK0.180.3300.62
HSL268.12º20%31.37%-
HSV(B)268.12º33.33%37.65%-
XYZ7.176.1711.88-
YUV72.13141.47132.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.05%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=33.05%
G=26.78%
B=40.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7964960.180.3300.62268.122031.37
Hex4F4060122103E10c141f
Octal11710014022410764142437
Binary1001111100000011000001001010000101111101000011001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,64,96); }

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

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

 a { background-color: rgb(79,64,96); }

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

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

 span { border-color: rgb(79,64,96); }

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