#493C50

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

Shades of Scarlet Gum #493C50

Tints of Scarlet Gum #493C50

Color information

#493C50 (or 0x493C50) is unknown color: approx Scarlet Gum. HEX triplet: 49, 3C and 50. RGB value is (73,60,80). Sum of RGB (Red+Green+Blue) = 73+60+80=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #493C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C50 is #B6C3AF. Grayscale: #424242. Windows color (decimal): -11977648 or 5258313. OLE color: 5258313.

HSL color Cylindrical-coordinate representation of color #493C50: hue angle of 279º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #493C50 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB736080-
CMYK0.090.2500.69
HSL279º14.29%27.45%-
HSV(B)279º25%31.37%-
XYZ5.815.238.29-
YUV66.17135.81132.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=34.27%
G=28.17%
B=37.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7360800.090.2500.6927914.2927.45
Hex493C50919045117e1b
Octal11174120113101054271633
Binary1001001111100101000010011100101000101100010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,60,80); }

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

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

 a { background-color: rgb(73,60,80); }

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

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

 span { border-color: rgb(73,60,80); }

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