Html Css Color HEX #4A4650 Mulled Wine

📋 copy color: '#4A4650'

red 74 ◦ green 70 ◦ blue 80

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

Shades of Mulled Wine #4A4650

Tints of Mulled Wine #4A4650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

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

R = 33.04%
G = 31.25%
B = 35.71%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A4650 (or 0x4A4650) is known color: Mulled Wine. HEX triplet: 4A, 46 and 50. RGB value is (74,70,80). Sum of RGB (Red+Green+Blue) = 74+70+80=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A4650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4650 is #B5B9AF. Grayscale: #484848. Windows color (decimal): -11909552 or 5260874. OLE color: 5260874.

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

Color convert

RGB 74 70 80 -
CMYK 0.08 0.12 0 0.69
HSL 264º 0.07% 0.29% -
HSV(B) 264º 0.13% 0.31% -
XYZ 6.46 6.42 8.49 -
YUV 72.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 74 70 80 0.08 0.12 0 0.69 264 0.07 0.29
Hex 4A 46 50 8 C 0 45 108 7 1D
Octal 112 106 120 10 14 0 105 410 7 35
Binary 1001010 1000110 1010000 1000 1100 0 1000101 100001000 111 11101

Color Harmonies of #4A4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4650

Black with #4A4650

Text Example


Text Example

White with #4A4650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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