Html Css Color HEX #4F405C Mulled Wine

📋 copy color: '#4F405C'

red 79 ◦ green 64 ◦ blue 92

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

Shades of Mulled Wine #4F405C

Tints of Mulled Wine #4F405C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.15%

R = 33.62%
G = 27.23%
B = 39.15%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F405C (or 0x4F405C) is known color: Mulled Wine. HEX triplet: 4F, 40 and 5C. RGB value is (79,64,92). Sum of RGB (Red+Green+Blue) = 79+64+92=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F405C is #B0BFA3. Grayscale: #474747. Windows color (decimal): -11583396 or 6045775. OLE color: 6045775.

HSL color Cylindrical-coordinate representation of color #4F405C: hue angle of 272.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F405C is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 64 92 -
CMYK 0.14 0.30 0 0.64
HSL 272.14º 0.18% 0.31% -
HSV(B) 272.14º 0.3% 0.36% -
XYZ 6.99 6.1 10.93 -
YUV 71.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 79 64 92 0.14 0.30 0 0.64 272.14 0.18 0.31
Hex 4F 40 5C E 1E 0 40 110 12 1F
Octal 117 100 134 16 36 0 100 420 22 37
Binary 1001111 1000000 1011100 1110 11110 0 1000000 100010000 10010 11111

Color Harmonies of #4F405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F405C

Black with #4F405C

Text Example


Text Example

White with #4F405C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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