Html Css Color HEX #4F4460 Mulled Wine

📋 copy color: '#4F4460'

red 79 ◦ green 68 ◦ blue 96

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

Shades of Mulled Wine #4F4460

Tints of Mulled Wine #4F4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.98%

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

R = 32.51%
G = 27.98%
B = 39.51%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F4460 (or 0x4F4460) is known color: Mulled Wine. HEX triplet: 4F, 44 and 60. RGB value is (79,68,96). Sum of RGB (Red+Green+Blue) = 79+68+96=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F4460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4460 is #B0BB9F. Grayscale: #4A4A4A. Windows color (decimal): -11582368 or 6308943. OLE color: 6308943.

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

Color convert

RGB 79 68 96 -
CMYK 0.18 0.29 0 0.62
HSL 263.57º 0.17% 0.32% -
HSV(B) 263.57º 0.29% 0.38% -
XYZ 7.4 6.64 11.96 -
YUV 74.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 79 68 96 0.18 0.29 0 0.62 263.57 0.17 0.32
Hex 4F 44 60 12 1D 0 3E 108 11 20
Octal 117 104 140 22 35 0 76 410 21 40
Binary 1001111 1000100 1100000 10010 11101 0 111110 100001000 10001 100000

Color Harmonies of #4F4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4460

Black with #4F4460

Text Example


Text Example

White with #4F4460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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