#493156

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

Shades of Scarlet Gum #493156

Tints of Scarlet Gum #493156

Color information

#493156 (or 0x493156) is unknown color: approx Scarlet Gum. HEX triplet: 49, 31 and 56. RGB value is (73,49,86). Sum of RGB (Red+Green+Blue) = 73+49+86=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #493156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493156 is #B6CEA9. Grayscale: #3C3C3C. Windows color (decimal): -11980458 or 5648713. OLE color: 5648713.

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

Color convert

RGB734986-
CMYK0.150.4300.66
HSL278.92º27.41%26.47%-
HSV(B)278.92º43.02%33.73%-
XYZ5.534.289.34-
YUV60.39142.45136.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=35.10%
G=23.56%
B=41.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7349860.150.4300.66278.9227.4126.47
Hex493156F2B0421171b1a
Octal11161126175301024273332
Binary100100111000110101101111101011010000101000101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493156; }

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

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

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

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

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

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

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

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