Html Css Color HEX #4A4055 Mulled Wine

📋 copy color: '#4A4055'

red 74 ◦ green 64 ◦ blue 85

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

Shades of Mulled Wine #4A4055

Tints of Mulled Wine #4A4055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.7%

 BLUE value IS 85 (33.59% from 255) = 38.12%

R = 33.18%
G = 28.7%
B = 38.12%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A4055 (or 0x4A4055) is known color: Mulled Wine. HEX triplet: 4A, 40 and 55. RGB value is (74,64,85). Sum of RGB (Red+Green+Blue) = 74+64+85=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A4055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4055 is #B5BFAA. Grayscale: #454545. Windows color (decimal): -11911083 or 5587018. OLE color: 5587018.

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

Color convert

RGB 74 64 85 -
CMYK 0.13 0.25 0 0.67
HSL 268.57º 0.14% 0.29% -
HSV(B) 268.57º 0.25% 0.33% -
XYZ 6.3 5.78 9.38 -
YUV 69.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 74 64 85 0.13 0.25 0 0.67 268.57 0.14 0.29
Hex 4A 40 55 D 19 0 43 10D E 1D
Octal 112 100 125 15 31 0 103 415 16 35
Binary 1001010 1000000 1010101 1101 11001 0 1000011 100001101 1110 11101

Color Harmonies of #4A4055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4055

Black with #4A4055

Text Example


Text Example

White with #4A4055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,64,85); }

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

background-color css

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

 a { background-color: rgb(74,64,85); }

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

border-color css

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

 span { border-color: rgb(74,64,85); }

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