#493559

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

Shades of Scarlet Gum #493559

Tints of Scarlet Gum #493559

Color information

#493559 (or 0x493559) is unknown color: approx Scarlet Gum. HEX triplet: 49, 35 and 59. RGB value is (73,53,89). Sum of RGB (Red+Green+Blue) = 73+53+89=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #493559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493559 is #B6CAA6. Grayscale: #3E3E3E. Windows color (decimal): -11979431 or 5846345. OLE color: 5846345.

HSL color Cylindrical-coordinate representation of color #493559: hue angle of 273.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493559 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB735389-
CMYK0.180.4000.65
HSL273.33º25.35%27.84%-
HSV(B)273.33º40.45%34.9%-
XYZ5.824.6810.05-
YUV63.08142.63135.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=33.95%
G=24.65%
B=41.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7353890.180.4000.65273.3325.3527.84
Hex4935591228041111191c
Octal11165131225001014213134
Binary1001001110101101100110010101000010000011000100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493559; }

 p { color: rgb(73,53,89); }

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

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

 a { background-color: rgb(73,53,89); }

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

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

 span { border-color: rgb(73,53,89); }

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