#491962

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

Shades of Scarlet Gum #491962

Tints of Scarlet Gum #491962

Color information

#491962 (or 0x491962) is unknown color: approx Scarlet Gum. HEX triplet: 49, 19 and 62. RGB value is (73,25,98). Sum of RGB (Red+Green+Blue) = 73+25+98=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #491962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491962 is #B6E69D. Grayscale: #2F2F2F. Windows color (decimal): -11986590 or 6429001. OLE color: 6429001.

HSL color Cylindrical-coordinate representation of color #491962: hue angle of 279.45º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491962 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB732598-
CMYK0.260.7400.62
HSL279.45º59.35%24.12%-
HSV(B)279.45º74.49%38.43%-
XYZ5.32.9911.85-
YUV47.67156.4146.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 98 (38.67% from 255) = 50%
R=37.24%
G=12.76%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7325980.260.7400.62279.4559.3524.12
Hex4919621A4A03E1173b18
Octal11131142321120764277330
Binary1001001110011100010110101001010011111010001011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491962; }

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

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

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

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

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

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

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

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