#492E5F

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

Shades of Scarlet Gum #492E5F

Tints of Scarlet Gum #492E5F

Color information

#492E5F (or 0x492E5F) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2E and 5F. RGB value is (73,46,95). Sum of RGB (Red+Green+Blue) = 73+46+95=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #492E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E5F is #B6D1A0. Grayscale: #3B3B3B. Windows color (decimal): -11981217 or 6237769. OLE color: 6237769.

HSL color Cylindrical-coordinate representation of color #492E5F: hue angle of 273.06º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492E5F is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB734695-
CMYK0.230.5200.63
HSL273.06º34.75%27.65%-
HSV(B)273.06º51.58%37.25%-
XYZ5.794.211.33-
YUV59.66147.95137.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 95 (37.5% from 255) = 44.39%
R=34.11%
G=21.50%
B=44.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7346950.230.5200.63273.0634.7527.65
Hex492E5F173403F111231c
Octal1115613727640774214334
Binary1001001101110101111110111110100011111110001000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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