#4F4562

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

Shades of Mulled Wine #4F4562

Tints of Mulled Wine #4F4562

Color information

#4F4562 (or 0x4F4562) is unknown color: approx Mulled Wine. HEX triplet: 4F, 45 and 62. RGB value is (79,69,98). Sum of RGB (Red+Green+Blue) = 79+69+98=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F4562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4562 is #B0BA9D. Grayscale: #4B4B4B. Windows color (decimal): -11582110 or 6440271. OLE color: 6440271.

HSL color Cylindrical-coordinate representation of color #4F4562: hue angle of 260.69º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F4562 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB796998-
CMYK0.190.3000.62
HSL260.69º17.37%32.75%-
HSV(B)260.69º29.59%38.43%-
XYZ7.566.812.47-
YUV75.3140.81130.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=32.11%
G=28.05%
B=39.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7969980.190.3000.62260.6917.3732.75
Hex4F4562131E03E1051121
Octal11710514223360764052141
Binary1001111100010111000101001111110011111010000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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