Html Css Color HEX #490159 Scarlet Gum

📋 copy color: '#490159'

red 73 ◦ green 1 ◦ blue 89

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

Shades of Scarlet Gum #490159

Tints of Scarlet Gum #490159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 44.79%
G = 0.61%
B = 54.6%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#490159 (or 0x490159) is known color: Scarlet Gum. HEX triplet: 49, 01 and 59. RGB value is (73,1,89). Sum of RGB (Red+Green+Blue) = 73+1+89=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #490159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490159 is #B6FEA6. Grayscale: #202020. Windows color (decimal): -11992743 or 5833033. OLE color: 5833033.

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

Color convert

RGB 73 1 89 -
CMYK 0.18 0.99 0 0.65
HSL 289.09º 0.98% 0.18% -
HSV(B) 289.09º 0.99% 0.35% -
XYZ 4.56 2.16 9.63 -
YUV 32.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 73 1 89 0.18 0.99 0 0.65 289.09 0.98 0.18
Hex 49 1 59 12 63 0 41 121 62 12
Octal 111 1 131 22 143 0 101 441 142 22
Binary 1001001 1 1011001 10010 1100011 0 1000001 100100001 1100010 10010

Color Harmonies of #490159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490159

Black with #490159

Text Example


Text Example

White with #490159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490159; }

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

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

background-color css

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

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

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

border-color css

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

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

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