#493957

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

Shades of Scarlet Gum #493957

Tints of Scarlet Gum #493957

Color information

#493957 (or 0x493957) is unknown color: approx Scarlet Gum. HEX triplet: 49, 39 and 57. RGB value is (73,57,87). Sum of RGB (Red+Green+Blue) = 73+57+87=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #493957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493957 is #B6C6A8. Grayscale: #414141. Windows color (decimal): -11978409 or 5716297. OLE color: 5716297.

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

Color convert

RGB735787-
CMYK0.160.3400.66
HSL272º20.83%28.24%-
HSV(B)272º34.48%34.12%-
XYZ5.935.039.68-
YUV65.2140.3133.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 57 (22.66% from 255) = 26.27%
BLUE value IS 87 (34.38% from 255) = 40.09%
R=33.64%
G=26.27%
B=40.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7357870.160.3400.6627220.8328.24
Hex4939571022042110151c
Octal11171127204201024202534
Binary1001001111001101011110000100010010000101000100001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493957; }

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

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

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

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

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

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

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

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