Html Css Color HEX #4F4161 Mulled Wine

📋 copy color: '#4F4161'

red 79 ◦ green 65 ◦ blue 97

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

Shades of Mulled Wine #4F4161

Tints of Mulled Wine #4F4161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 32.78%
G = 26.97%
B = 40.25%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F4161 (or 0x4F4161) is known color: Mulled Wine. HEX triplet: 4F, 41 and 61. RGB value is (79,65,97). Sum of RGB (Red+Green+Blue) = 79+65+97=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F4161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4161 is #B0BE9E. Grayscale: #484848. Windows color (decimal): -11583135 or 6373711. OLE color: 6373711.

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

Color convert

RGB 79 65 97 -
CMYK 0.19 0.33 0 0.62
HSL 266.25º 0.2% 0.32% -
HSV(B) 266.25º 0.33% 0.38% -
XYZ 7.27 6.31 12.14 -
YUV 72.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 79 65 97 0.19 0.33 0 0.62 266.25 0.2 0.32
Hex 4F 41 61 13 21 0 3E 10A 14 20
Octal 117 101 141 23 41 0 76 412 24 40
Binary 1001111 1000001 1100001 10011 100001 0 111110 100001010 10100 100000

Color Harmonies of #4F4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4161

Black with #4F4161

Text Example


Text Example

White with #4F4161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,65,97); }

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

background-color css

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

 a { background-color: rgb(79,65,97); }

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

border-color css

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

 span { border-color: rgb(79,65,97); }

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