Html Css Color HEX #4C494E Mulled Wine

📋 copy color: '#4C494E'

red 76 ◦ green 73 ◦ blue 78

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

Shades of Mulled Wine #4C494E

Tints of Mulled Wine #4C494E

RGB

 RED value IS 76 (30.08% from 255) = 33.48%

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

 BLUE value IS 78 (30.86% from 255) = 34.36%

R = 33.48%
G = 32.16%
B = 34.36%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C494E (or 0x4C494E) is known color: Mulled Wine. HEX triplet: 4C, 49 and 4E. RGB value is (76,73,78). Sum of RGB (Red+Green+Blue) = 76+73+78=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C494E is #B3B6B1. Grayscale: #4A4A4A. Windows color (decimal): -11777714 or 5130572. OLE color: 5130572.

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

Color convert

RGB 76 73 78 -
CMYK 0.03 0.06 0 0.69
HSL 276º 0.03% 0.3% -
HSV(B) 276º 0.06% 0.31% -
XYZ 6.74 6.85 8.18 -
YUV 74.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 76 73 78 0.03 0.06 0 0.69 276 0.03 0.3
Hex 4C 49 4E 3 6 0 45 114 3 1E
Octal 114 111 116 3 6 0 105 424 3 36
Binary 1001100 1001001 1001110 11 110 0 1000101 100010100 11 11110

Color Harmonies of #4C494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C494E

Black with #4C494E

Text Example


Text Example

White with #4C494E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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