#491E56

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

Shades of Scarlet Gum #491E56

Tints of Scarlet Gum #491E56

Color information

#491E56 (or 0x491E56) is unknown color: approx Scarlet Gum. HEX triplet: 49, 1E and 56. RGB value is (73,30,86). Sum of RGB (Red+Green+Blue) = 73+30+86=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #491E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E56 is #B6E1A9. Grayscale: #313131. Windows color (decimal): -11985322 or 5643849. OLE color: 5643849.

HSL color Cylindrical-coordinate representation of color #491E56: hue angle of 286.07º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #491E56 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB733086-
CMYK0.150.6500.66
HSL286.07º48.28%22.75%-
HSV(B)286.07º65.12%33.73%-
XYZ4.893.029.13-
YUV49.24148.75144.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 30 (12.11% from 255) = 15.87%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=38.62%
G=15.87%
B=45.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7330860.150.6500.66286.0748.2822.75
Hex491E56F4104211e3017
Octal111361261710101024366027
Binary1001001111101010110111110000010100001010001111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491E56; }

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

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

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

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

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

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

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

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