#493A54

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

Shades of Scarlet Gum #493A54

Tints of Scarlet Gum #493A54

Color information

#493A54 (or 0x493A54) is unknown color: approx Scarlet Gum. HEX triplet: 49, 3A and 54. RGB value is (73,58,84). Sum of RGB (Red+Green+Blue) = 73+58+84=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #493A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A54 is #B6C5AB. Grayscale: #414141. Windows color (decimal): -11978156 or 5519945. OLE color: 5519945.

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

Color convert

RGB735884-
CMYK0.130.3100.67
HSL274.62º18.31%27.84%-
HSV(B)274.62º30.95%32.94%-
XYZ5.865.089.06-
YUV65.45138.47133.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=33.95%
G=26.98%
B=39.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7358840.130.3100.67274.6218.3127.84
Hex493A54D1F043113121c
Octal11172124153701034232234
Binary10010011110101010100110111111010000111000100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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