Html Css Color HEX #4A3D58 Mulled Wine

📋 copy color: '#4A3D58'

red 74 ◦ green 61 ◦ blue 88

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

Shades of Mulled Wine #4A3D58

Tints of Mulled Wine #4A3D58

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.35%

 BLUE value IS 88 (34.77% from 255) = 39.46%

R = 33.18%
G = 27.35%
B = 39.46%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A3D58 (or 0x4A3D58) is known color: Mulled Wine. HEX triplet: 4A, 3D and 58. RGB value is (74,61,88). Sum of RGB (Red+Green+Blue) = 74+61+88=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A3D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3D58 is #B5C2A7. Grayscale: #434343. Windows color (decimal): -11911848 or 5782858. OLE color: 5782858.

HSL color Cylindrical-coordinate representation of color #4A3D58: hue angle of 268.89º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A3D58 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 61 88 -
CMYK 0.16 0.31 0 0.65
HSL 268.89º 0.18% 0.29% -
HSV(B) 268.89º 0.31% 0.35% -
XYZ 6.25 5.5 9.96 -
YUV 67.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 74 61 88 0.16 0.31 0 0.65 268.89 0.18 0.29
Hex 4A 3D 58 10 1F 0 41 10D 12 1D
Octal 112 75 130 20 37 0 101 415 22 35
Binary 1001010 111101 1011000 10000 11111 0 1000001 100001101 10010 11101

Color Harmonies of #4A3D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3D58

Black with #4A3D58

Text Example


Text Example

White with #4A3D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,61,88); }

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

background-color css

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

 a { background-color: rgb(74,61,88); }

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

border-color css

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

 span { border-color: rgb(74,61,88); }

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