Html Css Color HEX #4E475F Mulled Wine

📋 copy color: '#4E475F'

red 78 ◦ green 71 ◦ blue 95

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

Shades of Mulled Wine #4E475F

Tints of Mulled Wine #4E475F

RGB

 RED value IS 78 (30.86% from 255) = 31.97%

 GREEN value IS 71 (28.13% from 255) = 29.1%

 BLUE value IS 95 (37.5% from 255) = 38.93%

R = 31.97%
G = 29.1%
B = 38.93%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4E475F (or 0x4E475F) is known color: Mulled Wine. HEX triplet: 4E, 47 and 5F. RGB value is (78,71,95). Sum of RGB (Red+Green+Blue) = 78+71+95=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E475F is #B1B8A0. Grayscale: #4B4B4B. Windows color (decimal): -11647137 or 6244174. OLE color: 6244174.

HSL color Cylindrical-coordinate representation of color #4E475F: hue angle of 257.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E475F is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 78 71 95 -
CMYK 0.18 0.25 0 0.63
HSL 257.5º 0.14% 0.33% -
HSV(B) 257.5º 0.25% 0.37% -
XYZ 7.46 6.95 11.78 -
YUV 75.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 78 71 95 0.18 0.25 0 0.63 257.5 0.14 0.33
Hex 4E 47 5F 12 19 0 3F 102 E 21
Octal 116 107 137 22 31 0 77 402 16 41
Binary 1001110 1000111 1011111 10010 11001 0 111111 100000010 1110 100001

Color Harmonies of #4E475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E475F

Black with #4E475F

Text Example


Text Example

White with #4E475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,71,95); }

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

background-color css

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

 a { background-color: rgb(78,71,95); }

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

border-color css

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

 span { border-color: rgb(78,71,95); }

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