#4C4850

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

Shades of Mulled Wine #4C4850

Tints of Mulled Wine #4C4850

Color information

#4C4850 (or 0x4C4850) is unknown color: approx Mulled Wine. HEX triplet: 4C, 48 and 50. RGB value is (76,72,80). Sum of RGB (Red+Green+Blue) = 76+72+80=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C4850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4850 is #B3B7AF. Grayscale: #4A4A4A. Windows color (decimal): -11777968 or 5261388. OLE color: 5261388.

HSL color Cylindrical-coordinate representation of color #4C4850: hue angle of 270º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4C4850 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB767280-
CMYK0.050.1000.69
HSL270º5.26%29.8%-
HSV(B)270º10%31.37%-
XYZ6.756.758.54-
YUV74.11131.33129.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 31.58%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=33.33%
G=31.58%
B=35.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7672800.050.1000.692705.2629.8
Hex4C48505A04510e51e
Octal1141101205120105416536
Binary10011001001000101000010110100100010110000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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