Html Css Color HEX #4C475C Mulled Wine

📋 copy color: '#4C475C'

red 76 ◦ green 71 ◦ blue 92

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

Shades of Mulled Wine #4C475C

Tints of Mulled Wine #4C475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.71%

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

R = 31.8%
G = 29.71%
B = 38.49%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C475C (or 0x4C475C) is known color: Mulled Wine. HEX triplet: 4C, 47 and 5C. RGB value is (76,71,92). Sum of RGB (Red+Green+Blue) = 76+71+92=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C475C is #B3B8A3. Grayscale: #4A4A4A. Windows color (decimal): -11778212 or 6047564. OLE color: 6047564.

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

Color convert

RGB 76 71 92 -
CMYK 0.17 0.23 0 0.64
HSL 254.29º 0.13% 0.32% -
HSV(B) 254.29º 0.23% 0.36% -
XYZ 7.17 6.82 11.06 -
YUV 74.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 76 71 92 0.17 0.23 0 0.64 254.29 0.13 0.32
Hex 4C 47 5C 11 17 0 40 FE D 20
Octal 114 107 134 21 27 0 100 376 15 40
Binary 1001100 1000111 1011100 10001 10111 0 1000000 11111110 1101 100000

Color Harmonies of #4C475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C475C

Black with #4C475C

Text Example


Text Example

White with #4C475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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