Html Css Color HEX #4A4550 Mulled Wine

📋 copy color: '#4A4550'

red 74 ◦ green 69 ◦ blue 80

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

Shades of Mulled Wine #4A4550

Tints of Mulled Wine #4A4550

RGB

 RED value IS 74 (29.3% from 255) = 33.18%

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

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 33.18%
G = 30.94%
B = 35.87%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A4550 (or 0x4A4550) is known color: Mulled Wine. HEX triplet: 4A, 45 and 50. RGB value is (74,69,80). Sum of RGB (Red+Green+Blue) = 74+69+80=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A4550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4550 is #B5BAAF. Grayscale: #474747. Windows color (decimal): -11909808 or 5260618. OLE color: 5260618.

HSL color Cylindrical-coordinate representation of color #4A4550: hue angle of 267.27º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4550 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 69 80 -
CMYK 0.08 0.14 0 0.69
HSL 267.27º 0.07% 0.29% -
HSV(B) 267.27º 0.14% 0.31% -
XYZ 6.4 6.29 8.47 -
YUV 71.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 74 69 80 0.08 0.14 0 0.69 267.27 0.07 0.29
Hex 4A 45 50 8 E 0 45 10B 7 1D
Octal 112 105 120 10 16 0 105 413 7 35
Binary 1001010 1000101 1010000 1000 1110 0 1000101 100001011 111 11101

Color Harmonies of #4A4550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4550

Black with #4A4550

Text Example


Text Example

White with #4A4550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,69,80); }

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

background-color css

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

 a { background-color: rgb(74,69,80); }

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

border-color css

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

 span { border-color: rgb(74,69,80); }

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