#493759

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

Shades of Scarlet Gum #493759

Tints of Scarlet Gum #493759

Color information

#493759 (or 0x493759) is unknown color: approx Scarlet Gum. HEX triplet: 49, 37 and 59. RGB value is (73,55,89). Sum of RGB (Red+Green+Blue) = 73+55+89=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #493759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493759 is #B6C8A6. Grayscale: #404040. Windows color (decimal): -11978919 or 5846857. OLE color: 5846857.

HSL color Cylindrical-coordinate representation of color #493759: hue angle of 271.76º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #493759 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB735589-
CMYK0.180.3800.65
HSL271.76º23.61%28.24%-
HSV(B)271.76º38.2%34.9%-
XYZ5.924.8710.08-
YUV64.26141.96134.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=33.64%
G=25.35%
B=41.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7355890.180.3800.65271.7623.6128.24
Hex4937591226041110181c
Octal11167131224601014203034
Binary1001001110111101100110010100110010000011000100001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493759; }

 p { color: rgb(73,55,89); }

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

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

 a { background-color: rgb(73,55,89); }

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

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

 span { border-color: rgb(73,55,89); }

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