#493357

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

Shades of Scarlet Gum #493357

Tints of Scarlet Gum #493357

Color information

#493357 (or 0x493357) is unknown color: approx Scarlet Gum. HEX triplet: 49, 33 and 57. RGB value is (73,51,87). Sum of RGB (Red+Green+Blue) = 73+51+87=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #493357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493357 is #B6CCA8. Grayscale: #3D3D3D. Windows color (decimal): -11979945 or 5714761. OLE color: 5714761.

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

Color convert

RGB735187-
CMYK0.160.4100.66
HSL276.67º26.09%27.06%-
HSV(B)276.67º41.38%34.12%-
XYZ5.654.479.58-
YUV61.68142.29136.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=34.60%
G=24.17%
B=41.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7351870.160.4100.66276.6726.0927.06
Hex49335710290421151a1b
Octal11163127205101024253233
Binary1001001110011101011110000101001010000101000101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493357; }

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

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

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

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

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

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

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

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