#492E61

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

Shades of Scarlet Gum #492E61

Tints of Scarlet Gum #492E61

Color information

#492E61 (or 0x492E61) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2E and 61. RGB value is (73,46,97). Sum of RGB (Red+Green+Blue) = 73+46+97=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #492E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E61 is #B6D19E. Grayscale: #3B3B3B. Windows color (decimal): -11981215 or 6368841. OLE color: 6368841.

HSL color Cylindrical-coordinate representation of color #492E61: hue angle of 271.76º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #492E61 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB734697-
CMYK0.250.5300.62
HSL271.76º35.66%28.04%-
HSV(B)271.76º52.58%38.04%-
XYZ5.884.2311.82-
YUV59.89148.95137.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 46 (18.36% from 255) = 21.30%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=33.80%
G=21.30%
B=44.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7346970.250.5300.62271.7635.6628.04
Hex492E61193503E110241c
Octal1115614131650764204434
Binary1001001101110110000111001110101011111010001000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492E61; }

 p { color: rgb(73,46,97); }

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

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

 a { background-color: rgb(73,46,97); }

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

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

 span { border-color: rgb(73,46,97); }

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