#4C4751

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

Shades of Mulled Wine #4C4751

Tints of Mulled Wine #4C4751

Color information

#4C4751 (or 0x4C4751) is unknown color: approx Mulled Wine. HEX triplet: 4C, 47 and 51. RGB value is (76,71,81). Sum of RGB (Red+Green+Blue) = 76+71+81=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 81 - color contains mainly: blue. Hex color #4C4751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4751 is #B3B8AE. Grayscale: #494949. Windows color (decimal): -11778223 or 5326668. OLE color: 5326668.

HSL color Cylindrical-coordinate representation of color #4C4751: hue angle of 270º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4C4751 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB767181-
CMYK0.060.1200.68
HSL270º6.58%29.8%-
HSV(B)270º12.35%31.76%-
XYZ6.726.648.71-
YUV73.63132.16129.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.33%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=33.33%
G=31.14%
B=35.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7671810.060.1200.682706.5829.8
Hex4C47516C04410e71e
Octal1141071216140104416736
Binary10011001000111101000111011000100010010000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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