#491764

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

Shades of Scarlet Gum #491764

Tints of Scarlet Gum #491764

Color information

#491764 (or 0x491764) is unknown color: approx Scarlet Gum. HEX triplet: 49, 17 and 64. RGB value is (73,23,100). Sum of RGB (Red+Green+Blue) = 73+23+100=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #491764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491764 is #B6E89B. Grayscale: #2E2E2E. Windows color (decimal): -11987100 or 6559561. OLE color: 6559561.

HSL color Cylindrical-coordinate representation of color #491764: hue angle of 278.96º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491764 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7323100-
CMYK0.270.7700.61
HSL278.96º62.6%24.12%-
HSV(B)278.96º77%39.22%-
XYZ5.352.9512.34-
YUV46.73158.06146.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 23 (9.38% from 255) = 11.73%
BLUE value IS 100 (39.45% from 255) = 51.02%
R=37.24%
G=11.73%
B=51.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73231000.270.7700.61278.9662.624.12
Hex4917641B4D03D1173f18
Octal11127144331150754277730
Binary1001001101111100100110111001101011110110001011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491764; }

 p { color: rgb(73,23,100); }

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

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

 a { background-color: rgb(73,23,100); }

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

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

 span { border-color: rgb(73,23,100); }

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