#491762

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

Shades of Scarlet Gum #491762

Tints of Scarlet Gum #491762

Color information

#491762 (or 0x491762) is unknown color: approx Scarlet Gum. HEX triplet: 49, 17 and 62. RGB value is (73,23,98). Sum of RGB (Red+Green+Blue) = 73+23+98=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #491762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491762 is #B6E89D. Grayscale: #2E2E2E. Windows color (decimal): -11987102 or 6428489. OLE color: 6428489.

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

Color convert

RGB732398-
CMYK0.260.7700.62
HSL280º61.98%23.73%-
HSV(B)280º76.53%38.43%-
XYZ5.262.9111.84-
YUV46.5157.06146.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 23 (9.38% from 255) = 11.86%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=37.63%
G=11.86%
B=50.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7323980.260.7700.6228061.9823.73
Hex4917621A4D03E1183e18
Octal11127142321150764307630
Binary1001001101111100010110101001101011111010001100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491762; }

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

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

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

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

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

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

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

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