Html Css Color HEX #4C445C Mulled Wine

📋 copy color: '#4C445C'

red 76 ◦ green 68 ◦ blue 92

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

Shades of Mulled Wine #4C445C

Tints of Mulled Wine #4C445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

 BLUE value IS 92 (36.33% from 255) = 38.98%

R = 32.2%
G = 28.81%
B = 38.98%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C445C (or 0x4C445C) is known color: Mulled Wine. HEX triplet: 4C, 44 and 5C. RGB value is (76,68,92). Sum of RGB (Red+Green+Blue) = 76+68+92=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C445C is #B3BBA3. Grayscale: #494949. Windows color (decimal): -11778980 or 6046796. OLE color: 6046796.

HSL color Cylindrical-coordinate representation of color #4C445C: hue angle of 260º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C445C is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 68 92 -
CMYK 0.17 0.26 0 0.64
HSL 260º 0.15% 0.31% -
HSV(B) 260º 0.26% 0.36% -
XYZ 6.98 6.44 11 -
YUV 73.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 76 68 92 0.17 0.26 0 0.64 260 0.15 0.31
Hex 4C 44 5C 11 1A 0 40 104 F 1F
Octal 114 104 134 21 32 0 100 404 17 37
Binary 1001100 1000100 1011100 10001 11010 0 1000000 100000100 1111 11111

Color Harmonies of #4C445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C445C

Black with #4C445C

Text Example


Text Example

White with #4C445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,68,92); }

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

background-color css

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

 a { background-color: rgb(76,68,92); }

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

border-color css

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

 span { border-color: rgb(76,68,92); }

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