Html Css Color HEX #4E4C50 Mulled Wine

📋 copy color: '#4E4C50'

red 78 ◦ green 76 ◦ blue 80

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

Shades of Mulled Wine #4E4C50

Tints of Mulled Wine #4E4C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 33.33%
G = 32.48%
B = 34.19%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4E4C50 (or 0x4E4C50) is known color: Mulled Wine. HEX triplet: 4E, 4C and 50. RGB value is (78,76,80). Sum of RGB (Red+Green+Blue) = 78+76+80=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E4C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4C50 is #B1B3AF. Grayscale: #4D4D4D. Windows color (decimal): -11645872 or 5262414. OLE color: 5262414.

HSL color Cylindrical-coordinate representation of color #4E4C50: hue angle of 270º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4E4C50 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 76 80 -
CMYK 0.02 0.05 0 0.69
HSL 270º 0.03% 0.31% -
HSV(B) 270º 0.05% 0.31% -
XYZ 7.17 7.37 8.63 -
YUV 77.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 78 76 80 0.02 0.05 0 0.69 270 0.03 0.31
Hex 4E 4C 50 2 5 0 45 10E 3 1F
Octal 116 114 120 2 5 0 105 416 3 37
Binary 1001110 1001100 1010000 10 101 0 1000101 100001110 11 11111

Color Harmonies of #4E4C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4C50

Black with #4E4C50

Text Example


Text Example

White with #4E4C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,76,80); }

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

background-color css

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

 a { background-color: rgb(78,76,80); }

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

border-color css

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

 span { border-color: rgb(78,76,80); }

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