#4F4563

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

Shades of Mulled Wine #4F4563

Tints of Mulled Wine #4F4563

Color information

#4F4563 (or 0x4F4563) is unknown color: approx Mulled Wine. HEX triplet: 4F, 45 and 63. RGB value is (79,69,99). Sum of RGB (Red+Green+Blue) = 79+69+99=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F4563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4563 is #B0BA9C. Grayscale: #4B4B4B. Windows color (decimal): -11582109 or 6505807. OLE color: 6505807.

HSL color Cylindrical-coordinate representation of color #4F4563: hue angle of 260º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F4563 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB796999-
CMYK0.200.3000.61
HSL260º17.86%32.94%-
HSV(B)260º30.3%38.82%-
XYZ7.66.8212.72-
YUV75.41141.31130.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.98%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=31.98%
G=27.94%
B=40.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7969990.200.3000.6126017.8632.94
Hex4F4563141E03D1041221
Octal11710514324360754042241
Binary1001111100010111000111010011110011110110000010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,69,99); }

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

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

 a { background-color: rgb(79,69,99); }

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

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

 span { border-color: rgb(79,69,99); }

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