#493558

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

Shades of Scarlet Gum #493558

Tints of Scarlet Gum #493558

Color information

#493558 (or 0x493558) is unknown color: approx Scarlet Gum. HEX triplet: 49, 35 and 58. RGB value is (73,53,88). Sum of RGB (Red+Green+Blue) = 73+53+88=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #493558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493558 is #B6CAA7. Grayscale: #3E3E3E. Windows color (decimal): -11979432 or 5780809. OLE color: 5780809.

HSL color Cylindrical-coordinate representation of color #493558: hue angle of 274.29º 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 #493558 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB735388-
CMYK0.170.4000.65
HSL274.29º24.82%27.65%-
HSV(B)274.29º39.77%34.51%-
XYZ5.784.679.83-
YUV62.97142.13135.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=34.11%
G=24.77%
B=41.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7353880.170.4000.65274.2924.8227.65
Hex4935581128041112191c
Octal11165130215001014223134
Binary1001001110101101100010001101000010000011000100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493558; }

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

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

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

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

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

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

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

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