Html Css Color HEX #490659 Scarlet Gum

📋 copy color: '#490659'

red 73 ◦ green 6 ◦ blue 89

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

Shades of Scarlet Gum #490659

Tints of Scarlet Gum #490659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.57%

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

R = 43.45%
G = 3.57%
B = 52.98%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#490659 (or 0x490659) is known color: Scarlet Gum. HEX triplet: 49, 06 and 59. RGB value is (73,6,89). Sum of RGB (Red+Green+Blue) = 73+6+89=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #490659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490659 is #B6F9A6. Grayscale: #232323. Windows color (decimal): -11991463 or 5834313. OLE color: 5834313.

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

Color convert

RGB 73 6 89 -
CMYK 0.18 0.93 0 0.65
HSL 288.43º 0.87% 0.19% -
HSV(B) 288.43º 0.93% 0.35% -
XYZ 4.62 2.27 9.65 -
YUV 35.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 73 6 89 0.18 0.93 0 0.65 288.43 0.87 0.19
Hex 49 6 59 12 5D 0 41 120 57 13
Octal 111 6 131 22 135 0 101 440 127 23
Binary 1001001 110 1011001 10010 1011101 0 1000001 100100000 1010111 10011

Color Harmonies of #490659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490659

Black with #490659

Text Example


Text Example

White with #490659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490659; }

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

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

background-color css

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

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

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

border-color css

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

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

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