Html Css Color HEX #493F5A Mulled Wine

📋 copy color: '#493F5A'

red 73 ◦ green 63 ◦ blue 90

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

Shades of Mulled Wine #493F5A

Tints of Mulled Wine #493F5A

RGB

 RED value IS 73 (28.91% from 255) = 32.3%

 GREEN value IS 63 (25% from 255) = 27.88%

 BLUE value IS 90 (35.55% from 255) = 39.82%

R = 32.3%
G = 27.88%
B = 39.82%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#493F5A (or 0x493F5A) is known color: Mulled Wine. HEX triplet: 49, 3F and 5A. RGB value is (73,63,90). Sum of RGB (Red+Green+Blue) = 73+63+90=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #493F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F5A is #B6C0A5. Grayscale: #444444. Windows color (decimal): -11976870 or 5914441. OLE color: 5914441.

HSL color Cylindrical-coordinate representation of color #493F5A: hue angle of 262.22º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493F5A is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 63 90 -
CMYK 0.19 0.30 0 0.65
HSL 262.22º 0.18% 0.3% -
HSV(B) 262.22º 0.3% 0.35% -
XYZ 6.37 5.71 10.44 -
YUV 69.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 73 63 90 0.19 0.30 0 0.65 262.22 0.18 0.3
Hex 49 3F 5A 13 1E 0 41 106 12 1E
Octal 111 77 132 23 36 0 101 406 22 36
Binary 1001001 111111 1011010 10011 11110 0 1000001 100000110 10010 11110

Color Harmonies of #493F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F5A

Black with #493F5A

Text Example


Text Example

White with #493F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493F5A; }

 p { color: rgb(73,63,90); }

 H1.HeaderClassName
 {
   color: #493F5A;
 }
 .AnyTagClassName
 {
   color: #493F5A;
 }
</style>

background-color css

<style>
 a { background-color: #493F5A; }

 a { background-color: rgb(73,63,90); }

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

border-color css

<style>
 span { border-color: #493F5A; }

 span { border-color: rgb(73,63,90); }

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