Html Css Color HEX #4A425C Mulled Wine

📋 copy color: '#4A425C'

red 74 ◦ green 66 ◦ blue 92

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

Shades of Mulled Wine #4A425C

Tints of Mulled Wine #4A425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 92 (36.33% from 255) = 39.66%

R = 31.9%
G = 28.45%
B = 39.66%

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

#4A425C (or 0x4A425C) is known color: Mulled Wine. HEX triplet: 4A, 42 and 5C. RGB value is (74,66,92). Sum of RGB (Red+Green+Blue) = 74+66+92=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A425C is #B5BDA3. Grayscale: #474747. Windows color (decimal): -11910564 or 6046282. OLE color: 6046282.

HSL color Cylindrical-coordinate representation of color #4A425C: hue angle of 258.46º 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 #4A425C is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 66 92 -
CMYK 0.20 0.28 0 0.64
HSL 258.46º 0.16% 0.31% -
HSV(B) 258.46º 0.28% 0.36% -
XYZ 6.7 6.12 10.95 -
YUV 71.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 74 66 92 0.20 0.28 0 0.64 258.46 0.16 0.31
Hex 4A 42 5C 14 1C 0 40 102 10 1F
Octal 112 102 134 24 34 0 100 402 20 37
Binary 1001010 1000010 1011100 10100 11100 0 1000000 100000010 10000 11111

Color Harmonies of #4A425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A425C

Black with #4A425C

Text Example


Text Example

White with #4A425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,66,92); }

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

background-color css

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

 a { background-color: rgb(74,66,92); }

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

border-color css

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

 span { border-color: rgb(74,66,92); }

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