#490359

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

Shades of Scarlet Gum #490359

Tints of Scarlet Gum #490359

Color information

#490359 (or 0x490359) is unknown color: approx Scarlet Gum. HEX triplet: 49, 03 and 59. RGB value is (73,3,89). Sum of RGB (Red+Green+Blue) = 73+3+89=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #490359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490359 is #B6FCA6. Grayscale: #212121. Windows color (decimal): -11992231 or 5833545. OLE color: 5833545.

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

Color convert

RGB73389-
CMYK0.180.9700.65
HSL288.84º93.48%18.04%-
HSV(B)288.84º96.63%34.9%-
XYZ4.582.29.63-
YUV33.73159.19156.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 89 (35.16% from 255) = 53.94%
R=44.24%
G=1.82%
B=53.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal733890.180.9700.65288.8493.4818.04
Hex4935912610411215d12
Octal111313122141010144113522
Binary100100111101100110010110000101000001100100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490359; }

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

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

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

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

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

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

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

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