Html Css Color HEX #4C4A50 Mulled Wine

📋 copy color: '#4C4A50'

red 76 ◦ green 74 ◦ blue 80

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

Shades of Mulled Wine #4C4A50

Tints of Mulled Wine #4C4A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.17%

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

R = 33.04%
G = 32.17%
B = 34.78%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C4A50 (or 0x4C4A50) is known color: Mulled Wine. HEX triplet: 4C, 4A and 50. RGB value is (76,74,80). Sum of RGB (Red+Green+Blue) = 76+74+80=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C4A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4A50 is #B3B5AF. Grayscale: #4B4B4B. Windows color (decimal): -11777456 or 5261900. OLE color: 5261900.

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

Color convert

RGB 76 74 80 -
CMYK 0.05 0.08 0 0.69
HSL 260º 0.04% 0.3% -
HSV(B) 260º 0.07% 0.31% -
XYZ 6.88 7.01 8.58 -
YUV 75.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 76 74 80 0.05 0.08 0 0.69 260 0.04 0.3
Hex 4C 4A 50 5 8 0 45 104 4 1E
Octal 114 112 120 5 10 0 105 404 4 36
Binary 1001100 1001010 1010000 101 1000 0 1000101 100000100 100 11110

Color Harmonies of #4C4A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4A50

Black with #4C4A50

Text Example


Text Example

White with #4C4A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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