#490F61

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

Shades of Scarlet Gum #490F61

Tints of Scarlet Gum #490F61

Color information

#490F61 (or 0x490F61) is unknown color: approx Scarlet Gum. HEX triplet: 49, 0F and 61. RGB value is (73,15,97). Sum of RGB (Red+Green+Blue) = 73+15+97=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #490F61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F61 is #B6F09E. Grayscale: #292929. Windows color (decimal): -11989151 or 6360905. OLE color: 6360905.

HSL color Cylindrical-coordinate representation of color #490F61: hue angle of 282.44º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490F61 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB731597-
CMYK0.250.8500.62
HSL282.44º73.21%21.96%-
HSV(B)282.44º84.54%38.04%-
XYZ5.082.6211.55-
YUV41.69159.22150.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=39.46%
G=8.11%
B=52.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7315970.250.8500.62282.4473.2121.96
Hex49F61195503E11a4916
Octal111171413112507643211126
Binary1001001111111000011100110101010111110100011010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,15,97); }

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

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

 a { background-color: rgb(73,15,97); }

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

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

 span { border-color: rgb(73,15,97); }

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