#493657

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

Shades of Scarlet Gum #493657

Tints of Scarlet Gum #493657

Color information

#493657 (or 0x493657) is unknown color: approx Scarlet Gum. HEX triplet: 49, 36 and 57. RGB value is (73,54,87). Sum of RGB (Red+Green+Blue) = 73+54+87=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #493657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493657 is #B6C9A8. Grayscale: #3F3F3F. Windows color (decimal): -11979177 or 5715529. OLE color: 5715529.

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

Color convert

RGB735487-
CMYK0.160.3800.66
HSL274.55º23.4%27.65%-
HSV(B)274.55º37.93%34.12%-
XYZ5.794.749.63-
YUV63.44141.29134.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 87 (34.38% from 255) = 40.65%
R=34.11%
G=25.23%
B=40.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7354870.160.3800.66274.5523.427.65
Hex4936571026042113171c
Octal11166127204601024232734
Binary1001001110110101011110000100110010000101000100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493657; }

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

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

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

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

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

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

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

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