#490459

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

Shades of Scarlet Gum #490459

Tints of Scarlet Gum #490459

Color information

#490459 (or 0x490459) is unknown color: approx Scarlet Gum. HEX triplet: 49, 04 and 59. RGB value is (73,4,89). Sum of RGB (Red+Green+Blue) = 73+4+89=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #490459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490459 is #B6FBA6. Grayscale: #222222. Windows color (decimal): -11991975 or 5833801. OLE color: 5833801.

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

Color convert

RGB73489-
CMYK0.180.9600.65
HSL288.71º91.4%18.24%-
HSV(B)288.71º95.51%34.9%-
XYZ4.592.229.64-
YUV34.32158.86155.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=43.98%
G=2.41%
B=53.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal734890.180.9600.65288.7191.418.24
Hex4945912600411215b12
Octal111413122140010144113322
Binary1001001100101100110010110000001000001100100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490459; }

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

 H1.HeaderClassName
 {
   color: #490459;
 }
 .AnyTagClassName
 {
   color: #490459;
 }
</style>
background-color css

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

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

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

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

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

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