#493B54

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

Shades of Scarlet Gum #493B54

Tints of Scarlet Gum #493B54

Color information

#493B54 (or 0x493B54) is unknown color: approx Scarlet Gum. HEX triplet: 49, 3B and 54. RGB value is (73,59,84). Sum of RGB (Red+Green+Blue) = 73+59+84=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #493B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B54 is #B6C4AB. Grayscale: #414141. Windows color (decimal): -11977900 or 5520201. OLE color: 5520201.

HSL color Cylindrical-coordinate representation of color #493B54: hue angle of 273.6º degrees, saturation: 0.17, 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 #493B54 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB735984-
CMYK0.130.3000.67
HSL273.6º17.48%28.04%-
HSV(B)273.6º29.76%32.94%-
XYZ5.915.189.08-
YUV66.04138.14132.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 59 (23.44% from 255) = 27.31%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=33.80%
G=27.31%
B=38.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7359840.130.3000.67273.617.4828.04
Hex493B54D1E043112111c
Octal11173124153601034222134
Binary10010011110111010100110111110010000111000100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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