#490E5B

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

Shades of Scarlet Gum #490E5B

Tints of Scarlet Gum #490E5B

Color information

#490E5B (or 0x490E5B) is unknown color: approx Scarlet Gum. HEX triplet: 49, 0E and 5B. RGB value is (73,14,91). Sum of RGB (Red+Green+Blue) = 73+14+91=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #490E5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E5B is #B6F1A4. Grayscale: #282828. Windows color (decimal): -11989413 or 5967433. OLE color: 5967433.

HSL color Cylindrical-coordinate representation of color #490E5B: hue angle of 285.97º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490E5B is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB731491-
CMYK0.200.8500.64
HSL285.97º73.33%20.59%-
HSV(B)285.97º84.62%35.69%-
XYZ4.792.4910.12-
YUV40.42156.55151.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 14 (5.86% from 255) = 7.87%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=41.01%
G=7.87%
B=51.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7314910.200.8500.64285.9773.3320.59
Hex49E5B145504011e4915
Octal1111613324125010043611125
Binary10010011110101101110100101010101000000100011110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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