#490058

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

Shades of Scarlet Gum #490058

Tints of Scarlet Gum #490058

Color information

#490058 (or 0x490058) is unknown color: approx Scarlet Gum. HEX triplet: 49, 00 and 58. RGB value is (73,0,88). Sum of RGB (Red+Green+Blue) = 73+0+88=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #490058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490058 is #B6FFA7. Grayscale: #1F1F1F. Windows color (decimal): -11993000 or 5767241. OLE color: 5767241.

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

Color convert

RGB73088-
CMYK0.17100.65
HSL289.77º100%17.25%-
HSV(B)289.77º100%34.51%-
XYZ4.512.129.4-
YUV31.86159.68157.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 54.66%
R=45.34%
G=0%
B=54.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal730880.17100.65289.7710017.25
Hex4905811640411226411
Octal111013021144010144214421
Binary10010010101100010001110010001000001100100010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490058; }

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

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

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

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

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

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

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

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