#4F4962

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

Shades of Mulled Wine #4F4962

Tints of Mulled Wine #4F4962

Color information

#4F4962 (or 0x4F4962) is unknown color: approx Mulled Wine. HEX triplet: 4F, 49 and 62. RGB value is (79,73,98). Sum of RGB (Red+Green+Blue) = 79+73+98=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F4962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4962 is #B0B69D. Grayscale: #4D4D4D. Windows color (decimal): -11581086 or 6441295. OLE color: 6441295.

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

Color convert

RGB797398-
CMYK0.190.2600.62
HSL254.4º14.62%33.53%-
HSV(B)254.4º25.51%38.43%-
XYZ7.817.3112.55-
YUV77.64139.49128.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.6%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=31.6%
G=29.2%
B=39.2%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7973980.190.2600.62254.414.6233.53
Hex4F4962131A03Efef22
Octal11711114223320763761742
Binary10011111001001110001010011110100111110111111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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