#4F4260

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

Shades of Mulled Wine #4F4260

Tints of Mulled Wine #4F4260

Color information

#4F4260 (or 0x4F4260) is unknown color: approx Mulled Wine. HEX triplet: 4F, 42 and 60. RGB value is (79,66,96). Sum of RGB (Red+Green+Blue) = 79+66+96=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F4260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4260 is #B0BD9F. Grayscale: #494949. Windows color (decimal): -11582880 or 6308431. OLE color: 6308431.

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

Color convert

RGB796696-
CMYK0.180.3100.62
HSL266º18.52%31.76%-
HSV(B)266º31.25%37.65%-
XYZ7.286.411.92-
YUV73.31140.81132.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.78%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=32.78%
G=27.39%
B=39.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7966960.180.3100.6226618.5231.76
Hex4F4260121F03E10a1320
Octal11710214022370764122340
Binary1001111100001011000001001011111011111010000101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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