#490C60

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

Shades of Scarlet Gum #490C60

Tints of Scarlet Gum #490C60

Color information

#490C60 (or 0x490C60) is unknown color: approx Scarlet Gum. HEX triplet: 49, 0C and 60. RGB value is (73,12,96). Sum of RGB (Red+Green+Blue) = 73+12+96=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #490C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C60 is #B6F39F. Grayscale: #272727. Windows color (decimal): -11989920 or 6294601. OLE color: 6294601.

HSL color Cylindrical-coordinate representation of color #490C60: hue angle of 283.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490C60 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB731296-
CMYK0.240.8800.62
HSL283.57º77.78%21.18%-
HSV(B)283.57º87.5%37.65%-
XYZ4.992.5211.29-
YUV39.82159.71151.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=40.33%
G=6.63%
B=53.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7312960.240.8800.62283.5777.7821.18
Hex49C60185803E11c4e15
Octal111141403013007643411625
Binary1001001110011000001100010110000111110100011100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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