#490559

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

Shades of Scarlet Gum #490559

Tints of Scarlet Gum #490559

Color information

#490559 (or 0x490559) is unknown color: approx Scarlet Gum. HEX triplet: 49, 05 and 59. RGB value is (73,5,89). Sum of RGB (Red+Green+Blue) = 73+5+89=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #490559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490559 is #B6FAA6. Grayscale: #222222. Windows color (decimal): -11991719 or 5834057. OLE color: 5834057.

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

Color convert

RGB73589-
CMYK0.180.9400.65
HSL288.57º89.36%18.43%-
HSV(B)288.57º94.38%34.9%-
XYZ4.612.259.64-
YUV34.91158.53155.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=43.71%
G=2.99%
B=53.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal735890.180.9400.65288.5789.3618.43
Hex49559125E0411215912
Octal111513122136010144113122
Binary1001001101101100110010101111001000001100100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490559; }

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

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

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

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

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

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

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

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