#490659

Color #490659 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #490659

Tints of Scarlet Gum #490659

Color information

#490659 (or 0x490659) is unknown color: approx 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

RGB73689-
CMYK0.180.9300.65
HSL288.43º87.37%18.63%-
HSV(B)288.43º93.26%34.9%-
XYZ4.622.279.65-
YUV35.49158.2154.75-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal736890.180.9300.65288.4387.3718.63
Hex49659125D0411205713
Octal111613122135010144012723
Binary1001001110101100110010101110101000001100100000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>