#492E55

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

Shades of Scarlet Gum #492E55

Tints of Scarlet Gum #492E55

Color information

#492E55 (or 0x492E55) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2E and 55. RGB value is (73,46,85). Sum of RGB (Red+Green+Blue) = 73+46+85=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #492E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E55 is #B6D1AA. Grayscale: #3A3A3A. Windows color (decimal): -11981227 or 5582409. OLE color: 5582409.

HSL color Cylindrical-coordinate representation of color #492E55: hue angle of 281.54º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #492E55 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB734685-
CMYK0.140.4600.67
HSL281.54º29.77%25.69%-
HSV(B)281.54º45.88%33.33%-
XYZ5.364.039.09-
YUV58.52142.95138.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 46 (18.36% from 255) = 22.55%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=35.78%
G=22.55%
B=41.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7346850.140.4600.67281.5429.7725.69
Hex492E55E2E04311a1e1a
Octal11156125165601034323632
Binary100100110111010101011110101110010000111000110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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