#490D60

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

Shades of Scarlet Gum #490D60

Tints of Scarlet Gum #490D60

Color information

#490D60 (or 0x490D60) is unknown color: approx Scarlet Gum. HEX triplet: 49, 0D and 60. RGB value is (73,13,96). Sum of RGB (Red+Green+Blue) = 73+13+96=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #490D60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D60 is #B6F29F. Grayscale: #282828. Windows color (decimal): -11989664 or 6294857. OLE color: 6294857.

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

Color convert

RGB731396-
CMYK0.240.8600.62
HSL283.37º76.15%21.37%-
HSV(B)283.37º86.46%37.65%-
XYZ52.5511.29-
YUV40.4159.38151.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 13 (5.47% from 255) = 7.14%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=40.11%
G=7.14%
B=52.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7313960.240.8600.62283.3776.1521.37
Hex49D60185603E11b4c15
Octal111151403012607643311425
Binary1001001110111000001100010101100111110100011011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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