#490758

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

Shades of Scarlet Gum #490758

Tints of Scarlet Gum #490758

Color information

#490758 (or 0x490758) is unknown color: approx Scarlet Gum. HEX triplet: 49, 07 and 58. RGB value is (73,7,88). Sum of RGB (Red+Green+Blue) = 73+7+88=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #490758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490758 is #B6F8A7. Grayscale: #232323. Windows color (decimal): -11991208 or 5769033. OLE color: 5769033.

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

Color convert

RGB73788-
CMYK0.170.9200.65
HSL288.89º85.26%18.63%-
HSV(B)288.89º92.05%34.51%-
XYZ4.592.279.43-
YUV35.97157.37154.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 88 (34.77% from 255) = 52.38%
R=43.45%
G=4.17%
B=52.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal737880.170.9200.65288.8985.2618.63
Hex49758115C0411215513
Octal111713021134010144112523
Binary1001001111101100010001101110001000001100100001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490758; }

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

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

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

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

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

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

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

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