#4C4855

Color #4C4855 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #4C4855

Tints of Mulled Wine #4C4855

Color information

#4C4855 (or 0x4C4855) is unknown color: approx Mulled Wine. HEX triplet: 4C, 48 and 55. RGB value is (76,72,85). Sum of RGB (Red+Green+Blue) = 76+72+85=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4855 is #B3B7AA. Grayscale: #4A4A4A. Windows color (decimal): -11777963 or 5589068. OLE color: 5589068.

HSL color Cylindrical-coordinate representation of color #4C4855: hue angle of 258.46º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C4855 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB767285-
CMYK0.110.1500.67
HSL258.46º8.28%30.78%-
HSV(B)258.46º15.29%33.33%-
XYZ6.946.839.55-
YUV74.68133.83128.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.62%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=32.62%
G=30.90%
B=36.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7672850.110.1500.67258.468.2830.78
Hex4C4855BF04310281f
Octal114110125131701034021037
Binary1001100100100010101011011111101000011100000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,85); }

 H1.HeaderClassName
 {
   color: #4C4855;
 }
 .AnyTagClassName
 {
   color: #4C4855;
 }
</style>
background-color css

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

 a { background-color: rgb(76,72,85); }

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

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

 span { border-color: rgb(76,72,85); }

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