#493457

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

Shades of Scarlet Gum #493457

Tints of Scarlet Gum #493457

Color information

#493457 (or 0x493457) is unknown color: approx Scarlet Gum. HEX triplet: 49, 34 and 57. RGB value is (73,52,87). Sum of RGB (Red+Green+Blue) = 73+52+87=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #493457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493457 is #B6CBA8. Grayscale: #3E3E3E. Windows color (decimal): -11979689 or 5715017. OLE color: 5715017.

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

Color convert

RGB735287-
CMYK0.160.4000.66
HSL276º25.18%27.25%-
HSV(B)276º40.23%34.12%-
XYZ5.74.569.6-
YUV62.27141.96135.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 52 (20.70% from 255) = 24.53%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=34.43%
G=24.53%
B=41.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7352870.160.4000.6627625.1827.25
Hex4934571028042114191b
Octal11164127205001024243133
Binary1001001110100101011110000101000010000101000101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493457; }

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

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

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

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

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

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

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

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