#4F4A58

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

Shades of Mulled Wine #4F4A58

Tints of Mulled Wine #4F4A58

Color information

#4F4A58 (or 0x4F4A58) is unknown color: approx Mulled Wine. HEX triplet: 4F, 4A and 58. RGB value is (79,74,88). Sum of RGB (Red+Green+Blue) = 79+74+88=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F4A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4A58 is #B0B5A7. Grayscale: #4D4D4D. Windows color (decimal): -11580840 or 5786191. OLE color: 5786191.

HSL color Cylindrical-coordinate representation of color #4F4A58: hue angle of 261.43º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4F4A58 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB797488-
CMYK0.100.1600.65
HSL261.43º8.64%31.76%-
HSV(B)261.43º15.91%34.51%-
XYZ7.437.2610.24-
YUV77.09134.16129.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.78%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=32.78%
G=30.71%
B=36.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7974880.100.1600.65261.438.6431.76
Hex4F4A58A10041105920
Octal117112130122001014051140
Binary100111110010101011000101010000010000011000001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,74,88); }

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

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

 a { background-color: rgb(79,74,88); }

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

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

 span { border-color: rgb(79,74,88); }

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