Html Css Color HEX #4C4059 Mulled Wine

📋 copy color: '#4C4059'

red 76 ◦ green 64 ◦ blue 89

#4C4059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #4C4059

Tints of Mulled Wine #4C4059

RGB

 RED value IS 76 (30.08% from 255) = 33.19%

 GREEN value IS 64 (25.39% from 255) = 27.95%

 BLUE value IS 89 (35.16% from 255) = 38.86%

R = 33.19%
G = 27.95%
B = 38.86%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4C4059 (or 0x4C4059) is known color: Mulled Wine. HEX triplet: 4C, 40 and 59. RGB value is (76,64,89). Sum of RGB (Red+Green+Blue) = 76+64+89=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C4059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4059 is #B3BFA6. Grayscale: #464646. Windows color (decimal): -11780007 or 5849164. OLE color: 5849164.

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

Color convert

RGB 76 64 89 -
CMYK 0.15 0.28 0 0.65
HSL 268.8º 0.16% 0.3% -
HSV(B) 268.8º 0.28% 0.35% -
XYZ 6.62 5.92 10.25 -
YUV 70.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 76 64 89 0.15 0.28 0 0.65 268.8 0.16 0.3
Hex 4C 40 59 F 1C 0 41 10D 10 1E
Octal 114 100 131 17 34 0 101 415 20 36
Binary 1001100 1000000 1011001 1111 11100 0 1000001 100001101 10000 11110

Color Harmonies of #4C4059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4059

Black with #4C4059

Text Example


Text Example

White with #4C4059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,89); }

 H1.HeaderClassName
 {
   color: #4C4059;
 }
 .AnyTagClassName
 {
   color: #4C4059;
 }
</style>

background-color css

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

 a { background-color: rgb(76,64,89); }

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

border-color css

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

 span { border-color: rgb(76,64,89); }

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