#492958

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

Shades of Scarlet Gum #492958

Tints of Scarlet Gum #492958

Color information

#492958 (or 0x492958) is unknown color: approx Scarlet Gum. HEX triplet: 49, 29 and 58. RGB value is (73,41,88). Sum of RGB (Red+Green+Blue) = 73+41+88=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #492958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492958 is #B6D6A7. Grayscale: #373737. Windows color (decimal): -11982504 or 5777737. OLE color: 5777737.

HSL color Cylindrical-coordinate representation of color #492958: hue angle of 280.85º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492958 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB734188-
CMYK0.170.5300.65
HSL280.85º36.43%25.29%-
HSV(B)280.85º53.41%34.51%-
XYZ5.33.719.67-
YUV55.93146.1140.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=36.14%
G=20.30%
B=43.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7341880.170.5300.65280.8536.4325.29
Hex49295811350411192419
Octal11151130216501014314431
Binary10010011010011011000100011101010100000110001100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492958; }

 p { color: rgb(73,41,88); }

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

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

 a { background-color: rgb(73,41,88); }

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

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

 span { border-color: rgb(73,41,88); }

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