Html Css Color HEX #4F4261 Mulled Wine

📋 copy color: '#4F4261'

red 79 ◦ green 66 ◦ blue 97

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

Shades of Mulled Wine #4F4261

Tints of Mulled Wine #4F4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.27%

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

R = 32.64%
G = 27.27%
B = 40.08%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F4261 (or 0x4F4261) is known color: Mulled Wine. HEX triplet: 4F, 42 and 61. RGB value is (79,66,97). Sum of RGB (Red+Green+Blue) = 79+66+97=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F4261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4261 is #B0BD9E. Grayscale: #494949. Windows color (decimal): -11582879 or 6373967. OLE color: 6373967.

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

Color convert

RGB 79 66 97 -
CMYK 0.19 0.32 0 0.62
HSL 265.16º 0.19% 0.32% -
HSV(B) 265.16º 0.32% 0.38% -
XYZ 7.33 6.42 12.16 -
YUV 73.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 79 66 97 0.19 0.32 0 0.62 265.16 0.19 0.32
Hex 4F 42 61 13 20 0 3E 109 13 20
Octal 117 102 141 23 40 0 76 411 23 40
Binary 1001111 1000010 1100001 10011 100000 0 111110 100001001 10011 100000

Color Harmonies of #4F4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4261

Black with #4F4261

Text Example


Text Example

White with #4F4261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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