Html Css Color HEX #4D4260 Mulled Wine

📋 copy color: '#4D4260'

red 77 ◦ green 66 ◦ blue 96

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

Shades of Mulled Wine #4D4260

Tints of Mulled Wine #4D4260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

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

R = 32.22%
G = 27.62%
B = 40.17%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D4260 (or 0x4D4260) is known color: Mulled Wine. HEX triplet: 4D, 42 and 60. RGB value is (77,66,96). Sum of RGB (Red+Green+Blue) = 77+66+96=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D4260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4260 is #B2BD9F. Grayscale: #484848. Windows color (decimal): -11713952 or 6308429. OLE color: 6308429.

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

Color convert

RGB 77 66 96 -
CMYK 0.20 0.31 0 0.62
HSL 262º 0.19% 0.32% -
HSV(B) 262º 0.31% 0.38% -
XYZ 7.12 6.32 11.91 -
YUV 72.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 77 66 96 0.20 0.31 0 0.62 262 0.19 0.32
Hex 4D 42 60 14 1F 0 3E 106 13 20
Octal 115 102 140 24 37 0 76 406 23 40
Binary 1001101 1000010 1100000 10100 11111 0 111110 100000110 10011 100000

Color Harmonies of #4D4260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4260

Black with #4D4260

Text Example


Text Example

White with #4D4260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,96); }

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

background-color css

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

 a { background-color: rgb(77,66,96); }

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

border-color css

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

 span { border-color: rgb(77,66,96); }

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