#490960

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

Shades of Scarlet Gum #490960

Tints of Scarlet Gum #490960

Color information

#490960 (or 0x490960) is unknown color: approx Scarlet Gum. HEX triplet: 49, 09 and 60. RGB value is (73,9,96). Sum of RGB (Red+Green+Blue) = 73+9+96=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #490960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490960 is #B6F69F. Grayscale: #252525. Windows color (decimal): -11990688 or 6293833. OLE color: 6293833.

HSL color Cylindrical-coordinate representation of color #490960: hue angle of 284.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490960 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB73996-
CMYK0.240.9100.62
HSL284.14º82.86%20.59%-
HSV(B)284.14º90.62%37.65%-
XYZ4.962.4611.28-
YUV38.05160.7152.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=41.01%
G=5.06%
B=53.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal739960.240.9100.62284.1482.8620.59
Hex49960185B03E11c5315
Octal111111403013307643412325
Binary1001001100111000001100010110110111110100011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490960; }

 p { color: rgb(73,9,96); }

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

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

 a { background-color: rgb(73,9,96); }

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

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

 span { border-color: rgb(73,9,96); }

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