#490558

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

Shades of Scarlet Gum #490558

Tints of Scarlet Gum #490558

Color information

#490558 (or 0x490558) is unknown color: approx Scarlet Gum. HEX triplet: 49, 05 and 58. RGB value is (73,5,88). Sum of RGB (Red+Green+Blue) = 73+5+88=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #490558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490558 is #B6FAA7. Grayscale: #222222. Windows color (decimal): -11991720 or 5768521. OLE color: 5768521.

HSL color Cylindrical-coordinate representation of color #490558: hue angle of 289.16º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490558 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB73588-
CMYK0.170.9400.65
HSL289.16º89.25%18.24%-
HSV(B)289.16º94.32%34.51%-
XYZ4.562.239.42-
YUV34.79158.03155.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 88 (34.77% from 255) = 53.01%
R=43.98%
G=3.01%
B=53.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal735880.170.9400.65289.1689.2518.24
Hex49558115E0411215912
Octal111513021136010144113122
Binary1001001101101100010001101111001000001100100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490558; }

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

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

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

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

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

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

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

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