Html Css Color HEX #4F4560 Mulled Wine

📋 copy color: '#4F4560'

red 79 ◦ green 69 ◦ blue 96

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

Shades of Mulled Wine #4F4560

Tints of Mulled Wine #4F4560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.28%

 BLUE value IS 96 (37.89% from 255) = 39.34%

R = 32.38%
G = 28.28%
B = 39.34%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F4560 (or 0x4F4560) is known color: Mulled Wine. HEX triplet: 4F, 45 and 60. RGB value is (79,69,96). Sum of RGB (Red+Green+Blue) = 79+69+96=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F4560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4560 is #B0BA9F. Grayscale: #4A4A4A. Windows color (decimal): -11582112 or 6309199. OLE color: 6309199.

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

Color convert

RGB 79 69 96 -
CMYK 0.18 0.28 0 0.62
HSL 262.22º 0.16% 0.32% -
HSV(B) 262.22º 0.28% 0.38% -
XYZ 7.46 6.76 11.98 -
YUV 75.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 79 69 96 0.18 0.28 0 0.62 262.22 0.16 0.32
Hex 4F 45 60 12 1C 0 3E 106 10 20
Octal 117 105 140 22 34 0 76 406 20 40
Binary 1001111 1000101 1100000 10010 11100 0 111110 100000110 10000 100000

Color Harmonies of #4F4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4560

Black with #4F4560

Text Example


Text Example

White with #4F4560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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