Html Css Color HEX #4E4962 Mulled Wine

📋 copy color: '#4E4962'

red 78 ◦ green 73 ◦ blue 98

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

Shades of Mulled Wine #4E4962

Tints of Mulled Wine #4E4962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

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

R = 31.33%
G = 29.32%
B = 39.36%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E4962 (or 0x4E4962) is known color: Mulled Wine. HEX triplet: 4E, 49 and 62. RGB value is (78,73,98). Sum of RGB (Red+Green+Blue) = 78+73+98=249 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.33% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E4962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4962 is #B1B69D. Grayscale: #4D4D4D. Windows color (decimal): -11646622 or 6441294. OLE color: 6441294.

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

Color convert

RGB 78 73 98 -
CMYK 0.20 0.26 0 0.62
HSL 252º 0.15% 0.34% -
HSV(B) 252º 0.26% 0.38% -
XYZ 7.73 7.27 12.55 -
YUV 77.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 78 73 98 0.20 0.26 0 0.62 252 0.15 0.34
Hex 4E 49 62 14 1A 0 3E FC F 22
Octal 116 111 142 24 32 0 76 374 17 42
Binary 1001110 1001001 1100010 10100 11010 0 111110 11111100 1111 100010

Color Harmonies of #4E4962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4962

Black with #4E4962

Text Example


Text Example

White with #4E4962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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