#493A53

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

Shades of Scarlet Gum #493A53

Tints of Scarlet Gum #493A53

Color information

#493A53 (or 0x493A53) is unknown color: approx Scarlet Gum. HEX triplet: 49, 3A and 53. RGB value is (73,58,83). Sum of RGB (Red+Green+Blue) = 73+58+83=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #493A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A53 is #B6C5AC. Grayscale: #414141. Windows color (decimal): -11978157 or 5454409. OLE color: 5454409.

HSL color Cylindrical-coordinate representation of color #493A53: hue angle of 276º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493A53 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB735883-
CMYK0.120.3000.67
HSL276º17.73%27.65%-
HSV(B)276º30.12%32.55%-
XYZ5.825.078.85-
YUV65.33137.97133.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=34.11%
G=27.10%
B=38.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7358830.120.3000.6727617.7327.65
Hex493A53C1E043114121c
Octal11172123143601034242234
Binary10010011110101010011110011110010000111000101001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A53; }

 p { color: rgb(73,58,83); }

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

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

 a { background-color: rgb(73,58,83); }

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

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

 span { border-color: rgb(73,58,83); }

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