#493756

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

Shades of Scarlet Gum #493756

Tints of Scarlet Gum #493756

Color information

#493756 (or 0x493756) is unknown color: approx Scarlet Gum. HEX triplet: 49, 37 and 56. RGB value is (73,55,86). Sum of RGB (Red+Green+Blue) = 73+55+86=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 86 - color contains mainly: blue. Hex color #493756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493756 is #B6C8A9. Grayscale: #3F3F3F. Windows color (decimal): -11978922 or 5650249. OLE color: 5650249.

HSL color Cylindrical-coordinate representation of color #493756: hue angle of 274.84º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #493756 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB735586-
CMYK0.150.3600.66
HSL274.84º21.99%27.65%-
HSV(B)274.84º36.05%33.73%-
XYZ5.794.829.43-
YUV63.92140.46134.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=34.11%
G=25.70%
B=40.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7355860.150.3600.66274.8421.9927.65
Hex493756F24042113161c
Octal11167126174401024232634
Binary100100111011110101101111100100010000101000100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493756; }

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

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

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

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

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

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

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

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