#490D58

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

Shades of Scarlet Gum #490D58

Tints of Scarlet Gum #490D58

Color information

#490D58 (or 0x490D58) is unknown color: approx Scarlet Gum. HEX triplet: 49, 0D and 58. RGB value is (73,13,88). Sum of RGB (Red+Green+Blue) = 73+13+88=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #490D58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D58 is #B6F2A7. Grayscale: #272727. Windows color (decimal): -11989672 or 5770569. OLE color: 5770569.

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

Color convert

RGB731388-
CMYK0.170.8500.65
HSL288º74.26%19.8%-
HSV(B)288º85.23%34.51%-
XYZ4.652.419.45-
YUV39.49155.38151.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=41.95%
G=7.47%
B=50.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7313880.170.8500.6528874.2619.8
Hex49D5811550411204a14
Octal1111513021125010144011224
Binary10010011101101100010001101010101000001100100000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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