Html Css Color HEX #4A4154 Mulled Wine

📋 copy color: '#4A4154'

red 74 ◦ green 65 ◦ blue 84

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

Shades of Mulled Wine #4A4154

Tints of Mulled Wine #4A4154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.15%

 BLUE value IS 84 (33.2% from 255) = 37.67%

R = 33.18%
G = 29.15%
B = 37.67%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A4154 (or 0x4A4154) is known color: Mulled Wine. HEX triplet: 4A, 41 and 54. RGB value is (74,65,84). Sum of RGB (Red+Green+Blue) = 74+65+84=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A4154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4154 is #B5BEAB. Grayscale: #454545. Windows color (decimal): -11910828 or 5521738. OLE color: 5521738.

HSL color Cylindrical-coordinate representation of color #4A4154: hue angle of 268.42º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A4154 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 65 84 -
CMYK 0.12 0.23 0 0.67
HSL 268.42º 0.13% 0.29% -
HSV(B) 268.42º 0.23% 0.33% -
XYZ 6.31 5.88 9.19 -
YUV 69.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 74 65 84 0.12 0.23 0 0.67 268.42 0.13 0.29
Hex 4A 41 54 C 17 0 43 10C D 1D
Octal 112 101 124 14 27 0 103 414 15 35
Binary 1001010 1000001 1010100 1100 10111 0 1000011 100001100 1101 11101

Color Harmonies of #4A4154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4154

Black with #4A4154

Text Example


Text Example

White with #4A4154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,65,84); }

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

background-color css

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

 a { background-color: rgb(74,65,84); }

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

border-color css

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

 span { border-color: rgb(74,65,84); }

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