Html Css Color HEX #4F405D Mulled Wine

📋 copy color: '#4F405D'

red 79 ◦ green 64 ◦ blue 93

#4F405D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #4F405D

Tints of Mulled Wine #4F405D

RGB

 RED value IS 79 (31.25% from 255) = 33.47%

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 33.47%
G = 27.12%
B = 39.41%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F405D (or 0x4F405D) is known color: Mulled Wine. HEX triplet: 4F, 40 and 5D. RGB value is (79,64,93). Sum of RGB (Red+Green+Blue) = 79+64+93=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F405D is #B0BFA2. Grayscale: #474747. Windows color (decimal): -11583395 or 6111311. OLE color: 6111311.

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

Color convert

RGB 79 64 93 -
CMYK 0.15 0.31 0 0.64
HSL 271.03º 0.18% 0.31% -
HSV(B) 271.03º 0.31% 0.36% -
XYZ 7.03 6.12 11.17 -
YUV 71.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 79 64 93 0.15 0.31 0 0.64 271.03 0.18 0.31
Hex 4F 40 5D F 1F 0 40 10F 12 1F
Octal 117 100 135 17 37 0 100 417 22 37
Binary 1001111 1000000 1011101 1111 11111 0 1000000 100001111 10010 11111

Color Harmonies of #4F405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F405D

Black with #4F405D

Text Example


Text Example

White with #4F405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F405D;
 }
 .AnyTagClassName
 {
   color: #4F405D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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