#4C455A

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

Shades of Mulled Wine #4C455A

Tints of Mulled Wine #4C455A

Color information

#4C455A (or 0x4C455A) is unknown color: approx Mulled Wine. HEX triplet: 4C, 45 and 5A. RGB value is (76,69,90). Sum of RGB (Red+Green+Blue) = 76+69+90=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C455A is #B3BAA5. Grayscale: #494949. Windows color (decimal): -11778726 or 5915980. OLE color: 5915980.

HSL color Cylindrical-coordinate representation of color #4C455A: hue angle of 260º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C455A is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB766990-
CMYK0.160.2300.65
HSL260º13.21%31.18%-
HSV(B)260º23.33%35.29%-
XYZ6.956.5310.57-
YUV73.49137.32129.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.34%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=32.34%
G=29.36%
B=38.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7669900.160.2300.6526013.2131.18
Hex4C455A1017041104d1f
Octal114105132202701014041537
Binary100110010001011011010100001011101000001100000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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