Html Css Color HEX #4D455B Mulled Wine

📋 copy color: '#4D455B'

red 77 ◦ green 69 ◦ blue 91

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

Shades of Mulled Wine #4D455B

Tints of Mulled Wine #4D455B

RGB

 RED value IS 77 (30.47% from 255) = 32.49%

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

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

R = 32.49%
G = 29.11%
B = 38.4%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D455B (or 0x4D455B) is known color: Mulled Wine. HEX triplet: 4D, 45 and 5B. RGB value is (77,69,91). Sum of RGB (Red+Green+Blue) = 77+69+91=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D455B is #B2BAA4. Grayscale: #494949. Windows color (decimal): -11713189 or 5981517. OLE color: 5981517.

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

Color convert

RGB 77 69 91 -
CMYK 0.15 0.24 0 0.64
HSL 261.82º 0.14% 0.31% -
HSV(B) 261.82º 0.24% 0.36% -
XYZ 7.08 6.59 10.8 -
YUV 73.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 77 69 91 0.15 0.24 0 0.64 261.82 0.14 0.31
Hex 4D 45 5B F 18 0 40 106 E 1F
Octal 115 105 133 17 30 0 100 406 16 37
Binary 1001101 1000101 1011011 1111 11000 0 1000000 100000110 1110 11111

Color Harmonies of #4D455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D455B

Black with #4D455B

Text Example


Text Example

White with #4D455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,91); }

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

background-color css

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

 a { background-color: rgb(77,69,91); }

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

border-color css

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

 span { border-color: rgb(77,69,91); }

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