#493259

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

Shades of Scarlet Gum #493259

Tints of Scarlet Gum #493259

Color information

#493259 (or 0x493259) is unknown color: approx Scarlet Gum. HEX triplet: 49, 32 and 59. RGB value is (73,50,89). Sum of RGB (Red+Green+Blue) = 73+50+89=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #493259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493259 is #B6CDA6. Grayscale: #3D3D3D. Windows color (decimal): -11980199 or 5845577. OLE color: 5845577.

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

Color convert

RGB735089-
CMYK0.180.4400.65
HSL275.38º28.06%27.25%-
HSV(B)275.38º43.82%34.9%-
XYZ5.694.4210-
YUV61.32143.62136.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=34.43%
G=23.58%
B=41.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7350890.180.4400.65275.3828.0627.25
Hex493259122C0411131c1b
Octal11162131225401014233433
Binary1001001110010101100110010101100010000011000100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493259; }

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

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

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

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

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

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

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

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