#492E51

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

Shades of Scarlet Gum #492E51

Tints of Scarlet Gum #492E51

Color information

#492E51 (or 0x492E51) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2E and 51. RGB value is (73,46,81). Sum of RGB (Red+Green+Blue) = 73+46+81=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #492E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E51 is #B6D1AE. Grayscale: #393939. Windows color (decimal): -11981231 or 5320265. OLE color: 5320265.

HSL color Cylindrical-coordinate representation of color #492E51: hue angle of 286.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #492E51 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB734681-
CMYK0.100.4300.68
HSL286.29º27.56%24.9%-
HSV(B)286.29º43.21%31.76%-
XYZ5.213.968.28-
YUV58.06140.95138.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 46 (18.36% from 255) = 23%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=36.5%
G=23%
B=40.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7346810.100.4300.68286.2927.5624.9
Hex492E51A2B04411e1c19
Octal11156121125301044363431
Binary100100110111010100011010101011010001001000111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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