#490F60

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

Shades of Scarlet Gum #490F60

Tints of Scarlet Gum #490F60

Color information

#490F60 (or 0x490F60) is unknown color: approx Scarlet Gum. HEX triplet: 49, 0F and 60. RGB value is (73,15,96). Sum of RGB (Red+Green+Blue) = 73+15+96=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #490F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F60 is #B6F09F. Grayscale: #292929. Windows color (decimal): -11989152 or 6295369. OLE color: 6295369.

HSL color Cylindrical-coordinate representation of color #490F60: hue angle of 282.96º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490F60 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB731596-
CMYK0.240.8400.62
HSL282.96º72.97%21.76%-
HSV(B)282.96º84.38%37.65%-
XYZ5.032.611.3-
YUV41.58158.72150.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 15 (6.25% from 255) = 8.15%
BLUE value IS 96 (37.89% from 255) = 52.17%
R=39.67%
G=8.15%
B=52.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7315960.240.8400.62282.9672.9721.76
Hex49F60185403E11b4916
Octal111171403012407643311126
Binary1001001111111000001100010101000111110100011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490F60; }

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

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

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

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

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

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

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

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