#493459

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

Shades of Scarlet Gum #493459

Tints of Scarlet Gum #493459

Color information

#493459 (or 0x493459) is unknown color: approx Scarlet Gum. HEX triplet: 49, 34 and 59. RGB value is (73,52,89). Sum of RGB (Red+Green+Blue) = 73+52+89=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #493459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493459 is #B6CBA6. Grayscale: #3E3E3E. Windows color (decimal): -11979687 or 5846089. OLE color: 5846089.

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

Color convert

RGB735289-
CMYK0.180.4200.65
HSL274.05º26.24%27.65%-
HSV(B)274.05º41.57%34.9%-
XYZ5.784.5910.03-
YUV62.5142.96135.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=34.11%
G=24.30%
B=41.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7352890.180.4200.65274.0526.2427.65
Hex493459122A0411121a1c
Octal11164131225201014223234
Binary1001001110100101100110010101010010000011000100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493459; }

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

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

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

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

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

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

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

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