Html Css Color HEX #4C4560 Mulled Wine

📋 copy color: '#4C4560'

red 76 ◦ green 69 ◦ blue 96

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

Shades of Mulled Wine #4C4560

Tints of Mulled Wine #4C4560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

 BLUE value IS 96 (37.89% from 255) = 39.83%

R = 31.54%
G = 28.63%
B = 39.83%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C4560 (or 0x4C4560) is known color: Mulled Wine. HEX triplet: 4C, 45 and 60. RGB value is (76,69,96). Sum of RGB (Red+Green+Blue) = 76+69+96=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C4560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4560 is #B3BA9F. Grayscale: #4A4A4A. Windows color (decimal): -11778720 or 6309196. OLE color: 6309196.

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

Color convert

RGB 76 69 96 -
CMYK 0.21 0.28 0 0.62
HSL 255.56º 0.16% 0.32% -
HSV(B) 255.56º 0.28% 0.38% -
XYZ 7.22 6.64 11.97 -
YUV 74.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 76 69 96 0.21 0.28 0 0.62 255.56 0.16 0.32
Hex 4C 45 60 15 1C 0 3E 100 10 20
Octal 114 105 140 25 34 0 76 400 20 40
Binary 1001100 1000101 1100000 10101 11100 0 111110 100000000 10000 100000

Color Harmonies of #4C4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4560

Black with #4C4560

Text Example


Text Example

White with #4C4560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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