Html Css Color HEX #4E4462 Mulled Wine

📋 copy color: '#4E4462'

red 78 ◦ green 68 ◦ blue 98

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

Shades of Mulled Wine #4E4462

Tints of Mulled Wine #4E4462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.16%

R = 31.97%
G = 27.87%
B = 40.16%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E4462 (or 0x4E4462) is known color: Mulled Wine. HEX triplet: 4E, 44 and 62. RGB value is (78,68,98). Sum of RGB (Red+Green+Blue) = 78+68+98=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E4462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4462 is #B1BB9D. Grayscale: #4A4A4A. Windows color (decimal): -11647902 or 6440014. OLE color: 6440014.

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

Color convert

RGB 78 68 98 -
CMYK 0.20 0.31 0 0.62
HSL 260º 0.18% 0.33% -
HSV(B) 260º 0.31% 0.38% -
XYZ 7.41 6.64 12.45 -
YUV 74.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 78 68 98 0.20 0.31 0 0.62 260 0.18 0.33
Hex 4E 44 62 14 1F 0 3E 104 12 21
Octal 116 104 142 24 37 0 76 404 22 41
Binary 1001110 1000100 1100010 10100 11111 0 111110 100000100 10010 100001

Color Harmonies of #4E4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4462

Black with #4E4462

Text Example


Text Example

White with #4E4462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,68,98); }

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

background-color css

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

 a { background-color: rgb(78,68,98); }

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

border-color css

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

 span { border-color: rgb(78,68,98); }

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