#4F4259

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

Shades of Mulled Wine #4F4259

Tints of Mulled Wine #4F4259

Color information

#4F4259 (or 0x4F4259) is unknown color: approx Mulled Wine. HEX triplet: 4F, 42 and 59. RGB value is (79,66,89). Sum of RGB (Red+Green+Blue) = 79+66+89=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F4259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4259 is #B0BDA6. Grayscale: #484848. Windows color (decimal): -11582887 or 5849679. OLE color: 5849679.

HSL color Cylindrical-coordinate representation of color #4F4259: hue angle of 273.91º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F4259 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB796689-
CMYK0.110.2600.65
HSL273.91º14.84%30.39%-
HSV(B)273.91º25.84%34.9%-
XYZ6.986.2810.3-
YUV72.51137.31132.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.76%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 89 (35.16% from 255) = 38.03%
R=33.76%
G=28.21%
B=38.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7966890.110.2600.65273.9114.8430.39
Hex4F4259B1A041112f1e
Octal117102131133201014221736
Binary10011111000010101100110111101001000001100010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,66,89); }

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

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

 a { background-color: rgb(79,66,89); }

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

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

 span { border-color: rgb(79,66,89); }

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