Html Css Color HEX #4C465E Mulled Wine

📋 copy color: '#4C465E'

red 76 ◦ green 70 ◦ blue 94

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

Shades of Mulled Wine #4C465E

Tints of Mulled Wine #4C465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 31.67%
G = 29.17%
B = 39.17%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C465E (or 0x4C465E) is known color: Mulled Wine. HEX triplet: 4C, 46 and 5E. RGB value is (76,70,94). Sum of RGB (Red+Green+Blue) = 76+70+94=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C465E is #B3B9A1. Grayscale: #4A4A4A. Windows color (decimal): -11778466 or 6178380. OLE color: 6178380.

HSL color Cylindrical-coordinate representation of color #4C465E: hue angle of 255º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C465E is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 70 94 -
CMYK 0.19 0.26 0 0.63
HSL 255º 0.15% 0.32% -
HSV(B) 255º 0.26% 0.37% -
XYZ 7.19 6.72 11.51 -
YUV 74.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 76 70 94 0.19 0.26 0 0.63 255 0.15 0.32
Hex 4C 46 5E 13 1A 0 3F FF F 20
Octal 114 106 136 23 32 0 77 377 17 40
Binary 1001100 1000110 1011110 10011 11010 0 111111 11111111 1111 100000

Color Harmonies of #4C465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C465E

Black with #4C465E

Text Example


Text Example

White with #4C465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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