Html Css Color HEX #4C415B Mulled Wine

📋 copy color: '#4C415B'

red 76 ◦ green 65 ◦ blue 91

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

Shades of Mulled Wine #4C415B

Tints of Mulled Wine #4C415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.02%

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 32.76%
G = 28.02%
B = 39.22%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C415B (or 0x4C415B) is known color: Mulled Wine. HEX triplet: 4C, 41 and 5B. RGB value is (76,65,91). Sum of RGB (Red+Green+Blue) = 76+65+91=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C415B is #B3BEA4. Grayscale: #474747. Windows color (decimal): -11779749 or 5980492. OLE color: 5980492.

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

Color convert

RGB 76 65 91 -
CMYK 0.16 0.29 0 0.64
HSL 265.38º 0.17% 0.31% -
HSV(B) 265.38º 0.29% 0.36% -
XYZ 6.76 6.07 10.71 -
YUV 71.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 76 65 91 0.16 0.29 0 0.64 265.38 0.17 0.31
Hex 4C 41 5B 10 1D 0 40 109 11 1F
Octal 114 101 133 20 35 0 100 411 21 37
Binary 1001100 1000001 1011011 10000 11101 0 1000000 100001001 10001 11111

Color Harmonies of #4C415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C415B

Black with #4C415B

Text Example


Text Example

White with #4C415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,91); }

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

background-color css

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

 a { background-color: rgb(76,65,91); }

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

border-color css

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

 span { border-color: rgb(76,65,91); }

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