Html Css Color HEX #4C405A Mulled Wine

📋 copy color: '#4C405A'

red 76 ◦ green 64 ◦ blue 90

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

Shades of Mulled Wine #4C405A

Tints of Mulled Wine #4C405A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.13%

R = 33.04%
G = 27.83%
B = 39.13%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4C405A (or 0x4C405A) is known color: Mulled Wine. HEX triplet: 4C, 40 and 5A. RGB value is (76,64,90). Sum of RGB (Red+Green+Blue) = 76+64+90=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C405A is #B3BFA5. Grayscale: #464646. Windows color (decimal): -11780006 or 5914700. OLE color: 5914700.

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

Color convert

RGB 76 64 90 -
CMYK 0.16 0.29 0 0.65
HSL 267.69º 0.17% 0.3% -
HSV(B) 267.69º 0.29% 0.35% -
XYZ 6.66 5.94 10.47 -
YUV 70.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 76 64 90 0.16 0.29 0 0.65 267.69 0.17 0.3
Hex 4C 40 5A 10 1D 0 41 10C 11 1E
Octal 114 100 132 20 35 0 101 414 21 36
Binary 1001100 1000000 1011010 10000 11101 0 1000001 100001100 10001 11110

Color Harmonies of #4C405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C405A

Black with #4C405A

Text Example


Text Example

White with #4C405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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