Html Css Color HEX #4A445E Mulled Wine

📋 copy color: '#4A445E'

red 74 ◦ green 68 ◦ blue 94

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

Shades of Mulled Wine #4A445E

Tints of Mulled Wine #4A445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 31.36%
G = 28.81%
B = 39.83%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A445E (or 0x4A445E) is known color: Mulled Wine. HEX triplet: 4A, 44 and 5E. RGB value is (74,68,94). Sum of RGB (Red+Green+Blue) = 74+68+94=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A445E is #B5BBA1. Grayscale: #484848. Windows color (decimal): -11910050 or 6177866. OLE color: 6177866.

HSL color Cylindrical-coordinate representation of color #4A445E: hue angle of 253.85º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A445E is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 68 94 -
CMYK 0.21 0.28 0 0.63
HSL 253.85º 0.16% 0.32% -
HSV(B) 253.85º 0.28% 0.37% -
XYZ 6.91 6.4 11.46 -
YUV 72.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 74 68 94 0.21 0.28 0 0.63 253.85 0.16 0.32
Hex 4A 44 5E 15 1C 0 3F FE 10 20
Octal 112 104 136 25 34 0 77 376 20 40
Binary 1001010 1000100 1011110 10101 11100 0 111111 11111110 10000 100000

Color Harmonies of #4A445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A445E

Black with #4A445E

Text Example


Text Example

White with #4A445E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,68,94); }

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

background-color css

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

 a { background-color: rgb(74,68,94); }

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

border-color css

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

 span { border-color: rgb(74,68,94); }

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