Html Css Color HEX #4A435D Mulled Wine

📋 copy color: '#4A435D'

red 74 ◦ green 67 ◦ blue 93

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

Shades of Mulled Wine #4A435D

Tints of Mulled Wine #4A435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 31.62%
G = 28.63%
B = 39.74%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A435D (or 0x4A435D) is known color: Mulled Wine. HEX triplet: 4A, 43 and 5D. RGB value is (74,67,93). Sum of RGB (Red+Green+Blue) = 74+67+93=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A435D is #B5BCA2. Grayscale: #474747. Windows color (decimal): -11910307 or 6112074. OLE color: 6112074.

HSL color Cylindrical-coordinate representation of color #4A435D: hue angle of 256.15º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A435D is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 67 93 -
CMYK 0.20 0.28 0 0.64
HSL 256.15º 0.16% 0.31% -
HSV(B) 256.15º 0.28% 0.36% -
XYZ 6.81 6.26 11.21 -
YUV 72.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 74 67 93 0.20 0.28 0 0.64 256.15 0.16 0.31
Hex 4A 43 5D 14 1C 0 40 100 10 1F
Octal 112 103 135 24 34 0 100 400 20 37
Binary 1001010 1000011 1011101 10100 11100 0 1000000 100000000 10000 11111

Color Harmonies of #4A435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A435D

Black with #4A435D

Text Example


Text Example

White with #4A435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,67,93); }

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

background-color css

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

 a { background-color: rgb(74,67,93); }

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

border-color css

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

 span { border-color: rgb(74,67,93); }

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