#491C62

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

Shades of Scarlet Gum #491C62

Tints of Scarlet Gum #491C62

Color information

#491C62 (or 0x491C62) is unknown color: approx Scarlet Gum. HEX triplet: 49, 1C and 62. RGB value is (73,28,98). Sum of RGB (Red+Green+Blue) = 73+28+98=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #491C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C62 is #B6E39D. Grayscale: #313131. Windows color (decimal): -11985822 or 6429769. OLE color: 6429769.

HSL color Cylindrical-coordinate representation of color #491C62: hue angle of 278.57º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491C62 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB732898-
CMYK0.260.7100.62
HSL278.57º55.56%24.71%-
HSV(B)278.57º71.43%38.43%-
XYZ5.373.1311.88-
YUV49.44155.41144.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 98 (38.67% from 255) = 49.25%
R=36.68%
G=14.07%
B=49.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7328980.260.7100.62278.5755.5624.71
Hex491C621A4703E1173819
Octal11134142321070764277031
Binary1001001111001100010110101000111011111010001011111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,28,98); }

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

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

 a { background-color: rgb(73,28,98); }

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

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

 span { border-color: rgb(73,28,98); }

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