#492560

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

Shades of Scarlet Gum #492560

Tints of Scarlet Gum #492560

Color information

#492560 (or 0x492560) is unknown color: approx Scarlet Gum. HEX triplet: 49, 25 and 60. RGB value is (73,37,96). Sum of RGB (Red+Green+Blue) = 73+37+96=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #492560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492560 is #B6DA9F. Grayscale: #363636. Windows color (decimal): -11983520 or 6301001. OLE color: 6301001.

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

Color convert

RGB733796-
CMYK0.240.6100.62
HSL276.61º44.36%26.08%-
HSV(B)276.61º61.46%37.65%-
XYZ5.523.5811.47-
YUV54.49151.43141.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=35.44%
G=17.96%
B=46.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7337960.240.6100.62276.6144.3626.08
Hex492560183D03E1152c1a
Octal1114514030750764255432
Binary1001001100101110000011000111101011111010001010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492560; }

 p { color: rgb(73,37,96); }

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

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

 a { background-color: rgb(73,37,96); }

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

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

 span { border-color: rgb(73,37,96); }

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