Html Css Color HEX #493F57 Mulled Wine

📋 copy color: '#493F57'

red 73 ◦ green 63 ◦ blue 87

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

Shades of Mulled Wine #493F57

Tints of Mulled Wine #493F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 32.74%
G = 28.25%
B = 39.01%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#493F57 (or 0x493F57) is known color: Mulled Wine. HEX triplet: 49, 3F and 57. RGB value is (73,63,87). Sum of RGB (Red+Green+Blue) = 73+63+87=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #493F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F57 is #B6C0A8. Grayscale: #444444. Windows color (decimal): -11976873 or 5717833. OLE color: 5717833.

HSL color Cylindrical-coordinate representation of color #493F57: hue angle of 265º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #493F57 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 63 87 -
CMYK 0.16 0.28 0 0.66
HSL 265º 0.16% 0.29% -
HSV(B) 265º 0.28% 0.34% -
XYZ 6.25 5.66 9.78 -
YUV 68.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 73 63 87 0.16 0.28 0 0.66 265 0.16 0.29
Hex 49 3F 57 10 1C 0 42 109 10 1D
Octal 111 77 127 20 34 0 102 411 20 35
Binary 1001001 111111 1010111 10000 11100 0 1000010 100001001 10000 11101

Color Harmonies of #493F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F57

Black with #493F57

Text Example


Text Example

White with #493F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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