#493E50

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

Shades of Scarlet Gum #493E50

Tints of Scarlet Gum #493E50

Color information

#493E50 (or 0x493E50) is unknown color: approx Scarlet Gum. HEX triplet: 49, 3E and 50. RGB value is (73,62,80). Sum of RGB (Red+Green+Blue) = 73+62+80=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #493E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E50 is #B6C1AF. Grayscale: #434343. Windows color (decimal): -11977136 or 5258825. OLE color: 5258825.

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

Color convert

RGB736280-
CMYK0.090.2200.69
HSL276.67º12.68%27.84%-
HSV(B)276.67º22.5%31.37%-
XYZ5.925.448.33-
YUV67.34135.14132.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 62 (24.61% from 255) = 28.84%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=33.95%
G=28.84%
B=37.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7362800.090.2200.69276.6712.6827.84
Hex493E50916045115d1c
Octal11176120112601054251534
Binary1001001111110101000010011011001000101100010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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