Html Css Color HEX #4F4060 Mulled Wine

📋 copy color: '#4F4060'

red 79 ◦ green 64 ◦ blue 96

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

Shades of Mulled Wine #4F4060

Tints of Mulled Wine #4F4060

RGB

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

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

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

R = 33.05%
G = 26.78%
B = 40.17%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F4060 (or 0x4F4060) is known color: Mulled Wine. HEX triplet: 4F, 40 and 60. RGB value is (79,64,96). Sum of RGB (Red+Green+Blue) = 79+64+96=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F4060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4060 is #B0BF9F. Grayscale: #484848. Windows color (decimal): -11583392 or 6307919. OLE color: 6307919.

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

Color convert

RGB 79 64 96 -
CMYK 0.18 0.33 0 0.62
HSL 268.13º 0.2% 0.31% -
HSV(B) 268.13º 0.33% 0.38% -
XYZ 7.17 6.17 11.88 -
YUV 72.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 79 64 96 0.18 0.33 0 0.62 268.13 0.2 0.31
Hex 4F 40 60 12 21 0 3E 10C 14 1F
Octal 117 100 140 22 41 0 76 414 24 37
Binary 1001111 1000000 1100000 10010 100001 0 111110 100001100 10100 11111

Color Harmonies of #4F4060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4060

Black with #4F4060

Text Example


Text Example

White with #4F4060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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