#4C475A

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

Shades of Mulled Wine #4C475A

Tints of Mulled Wine #4C475A

Color information

#4C475A (or 0x4C475A) is unknown color: approx Mulled Wine. HEX triplet: 4C, 47 and 5A. RGB value is (76,71,90). Sum of RGB (Red+Green+Blue) = 76+71+90=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C475A is #B3B8A5. Grayscale: #4A4A4A. Windows color (decimal): -11778214 or 5916492. OLE color: 5916492.

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

Color convert

RGB767190-
CMYK0.160.2100.65
HSL255.79º11.8%31.57%-
HSV(B)255.79º21.11%35.29%-
XYZ7.086.7810.61-
YUV74.66136.66128.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=32.07%
G=29.96%
B=37.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7671900.160.2100.65255.7911.831.57
Hex4C475A1015041100c20
Octal114107132202501014001440
Binary1001100100011110110101000010101010000011000000001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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