#4F415D

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

Shades of Mulled Wine #4F415D

Tints of Mulled Wine #4F415D

Color information

#4F415D (or 0x4F415D) is unknown color: approx Mulled Wine. HEX triplet: 4F, 41 and 5D. RGB value is (79,65,93). Sum of RGB (Red+Green+Blue) = 79+65+93=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F415D is #B0BEA2. Grayscale: #484848. Windows color (decimal): -11583139 or 6111567. OLE color: 6111567.

HSL color Cylindrical-coordinate representation of color #4F415D: hue angle of 270º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F415D is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB796593-
CMYK0.150.3000.64
HSL270º17.72%30.98%-
HSV(B)270º30.11%36.47%-
XYZ7.096.2311.19-
YUV72.38139.64132.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=33.33%
G=27.43%
B=39.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7965930.150.3000.6427017.7230.98
Hex4F415DF1E04010e121f
Octal117101135173601004162237
Binary100111110000011011101111111110010000001000011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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