Html Css Color HEX #493159 Scarlet Gum

📋 copy color: '#493159'

red 73 ◦ green 49 ◦ blue 89

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

Shades of Scarlet Gum #493159

Tints of Scarlet Gum #493159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 34.6%
G = 23.22%
B = 42.18%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#493159 (or 0x493159) is known color: Scarlet Gum. HEX triplet: 49, 31 and 59. RGB value is (73,49,89). Sum of RGB (Red+Green+Blue) = 73+49+89=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #493159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493159 is #B6CEA6. Grayscale: #3C3C3C. Windows color (decimal): -11980455 or 5845321. OLE color: 5845321.

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

Color convert

RGB 73 49 89 -
CMYK 0.18 0.45 0 0.65
HSL 276º 0.29% 0.27% -
HSV(B) 276º 0.45% 0.35% -
XYZ 5.65 4.33 9.99 -
YUV 60.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 73 49 89 0.18 0.45 0 0.65 276 0.29 0.27
Hex 49 31 59 12 2D 0 41 114 1D 1B
Octal 111 61 131 22 55 0 101 424 35 33
Binary 1001001 110001 1011001 10010 101101 0 1000001 100010100 11101 11011

Color Harmonies of #493159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493159

Black with #493159

Text Example


Text Example

White with #493159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493159; }

 p { color: rgb(73,49,89); }

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

background-color css

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

 a { background-color: rgb(73,49,89); }

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

border-color css

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

 span { border-color: rgb(73,49,89); }

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