#493656

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

Shades of Scarlet Gum #493656

Tints of Scarlet Gum #493656

Color information

#493656 (or 0x493656) is unknown color: approx Scarlet Gum. HEX triplet: 49, 36 and 56. RGB value is (73,54,86). Sum of RGB (Red+Green+Blue) = 73+54+86=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #493656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493656 is #B6C9A9. Grayscale: #3F3F3F. Windows color (decimal): -11979178 or 5649993. OLE color: 5649993.

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

Color convert

RGB735486-
CMYK0.150.3700.66
HSL275.62º22.86%27.45%-
HSV(B)275.62º37.21%33.73%-
XYZ5.754.739.41-
YUV63.33140.79134.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=34.27%
G=25.35%
B=40.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7354860.150.3700.66275.6222.8627.45
Hex493656F25042114171b
Octal11166126174501024242733
Binary100100111011010101101111100101010000101000101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493656; }

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

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

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

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

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

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

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

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