#490C5A

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

Shades of Scarlet Gum #490C5A

Tints of Scarlet Gum #490C5A

Color information

#490C5A (or 0x490C5A) is unknown color: approx Scarlet Gum. HEX triplet: 49, 0C and 5A. RGB value is (73,12,90). Sum of RGB (Red+Green+Blue) = 73+12+90=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #490C5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C5A is #B6F3A5. Grayscale: #262626. Windows color (decimal): -11989926 or 5901385. OLE color: 5901385.

HSL color Cylindrical-coordinate representation of color #490C5A: hue angle of 286.92º 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 #490C5A is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB731290-
CMYK0.190.8700.65
HSL286.92º76.47%20%-
HSV(B)286.92º86.67%35.29%-
XYZ4.722.429.89-
YUV39.13156.71152.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=41.71%
G=6.86%
B=51.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7312900.190.8700.65286.9276.4720
Hex49C5A135704111f4c14
Octal1111413223127010143711424
Binary10010011100101101010011101011101000001100011111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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