Html Css Color HEX #4C455E Mulled Wine

📋 copy color: '#4C455E'

red 76 ◦ green 69 ◦ blue 94

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

Shades of Mulled Wine #4C455E

Tints of Mulled Wine #4C455E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

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

R = 31.8%
G = 28.87%
B = 39.33%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C455E (or 0x4C455E) is known color: Mulled Wine. HEX triplet: 4C, 45 and 5E. RGB value is (76,69,94). Sum of RGB (Red+Green+Blue) = 76+69+94=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C455E is #B3BAA1. Grayscale: #494949. Windows color (decimal): -11778722 or 6178124. OLE color: 6178124.

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

Color convert

RGB 76 69 94 -
CMYK 0.19 0.27 0 0.63
HSL 256.8º 0.15% 0.32% -
HSV(B) 256.8º 0.27% 0.37% -
XYZ 7.13 6.6 11.49 -
YUV 73.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 76 69 94 0.19 0.27 0 0.63 256.8 0.15 0.32
Hex 4C 45 5E 13 1B 0 3F 101 F 20
Octal 114 105 136 23 33 0 77 401 17 40
Binary 1001100 1000101 1011110 10011 11011 0 111111 100000001 1111 100000

Color Harmonies of #4C455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C455E

Black with #4C455E

Text Example


Text Example

White with #4C455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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