Html Css Color HEX #4C4656 Mulled Wine

📋 copy color: '#4C4656'

red 76 ◦ green 70 ◦ blue 86

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

Shades of Mulled Wine #4C4656

Tints of Mulled Wine #4C4656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.17%

 BLUE value IS 86 (33.98% from 255) = 37.07%

R = 32.76%
G = 30.17%
B = 37.07%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4C4656 (or 0x4C4656) is known color: Mulled Wine. HEX triplet: 4C, 46 and 56. RGB value is (76,70,86). Sum of RGB (Red+Green+Blue) = 76+70+86=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #4C4656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4656 is #B3B9A9. Grayscale: #494949. Windows color (decimal): -11778474 or 5654092. OLE color: 5654092.

HSL color Cylindrical-coordinate representation of color #4C4656: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4C4656 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 76 70 86 -
CMYK 0.12 0.19 0 0.66
HSL 262.5º 0.1% 0.31% -
HSV(B) 262.5º 0.19% 0.34% -
XYZ 6.85 6.59 9.71 -
YUV 73.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 76 70 86 0.12 0.19 0 0.66 262.5 0.1 0.31
Hex 4C 46 56 C 13 0 42 106 A 1F
Octal 114 106 126 14 23 0 102 406 12 37
Binary 1001100 1000110 1010110 1100 10011 0 1000010 100000110 1010 11111

Color Harmonies of #4C4656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4656

Black with #4C4656

Text Example


Text Example

White with #4C4656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,70,86); }

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

background-color css

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

 a { background-color: rgb(76,70,86); }

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

border-color css

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

 span { border-color: rgb(76,70,86); }

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