#490E59

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

Shades of Scarlet Gum #490E59

Tints of Scarlet Gum #490E59

Color information

#490E59 (or 0x490E59) is unknown color: approx Scarlet Gum. HEX triplet: 49, 0E and 59. RGB value is (73,14,89). Sum of RGB (Red+Green+Blue) = 73+14+89=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #490E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E59 is #B6F1A6. Grayscale: #272727. Windows color (decimal): -11989415 or 5836361. OLE color: 5836361.

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

Color convert

RGB731489-
CMYK0.180.8400.65
HSL287.2º72.82%20.2%-
HSV(B)287.2º84.27%34.9%-
XYZ4.712.459.68-
YUV40.19155.55151.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 14 (5.86% from 255) = 7.95%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=41.48%
G=7.95%
B=50.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7314890.180.8400.65287.272.8220.2
Hex49E59125404111f4914
Octal1111613122124010143711124
Binary10010011110101100110010101010001000001100011111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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