#490C59

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

Shades of Scarlet Gum #490C59

Tints of Scarlet Gum #490C59

Color information

#490C59 (or 0x490C59) is unknown color: approx Scarlet Gum. HEX triplet: 49, 0C and 59. RGB value is (73,12,89). Sum of RGB (Red+Green+Blue) = 73+12+89=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #490C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C59 is #B6F3A6. Grayscale: #262626. Windows color (decimal): -11989927 or 5835849. OLE color: 5835849.

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

Color convert

RGB731289-
CMYK0.180.8700.65
HSL287.53º76.24%19.8%-
HSV(B)287.53º86.52%34.9%-
XYZ4.682.49.67-
YUV39.02156.21152.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 12 (5.08% from 255) = 6.90%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=41.95%
G=6.90%
B=51.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7312890.180.8700.65287.5376.2419.8
Hex49C5912570411204c14
Octal1111413122127010144011424
Binary10010011100101100110010101011101000001100100000100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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