#492854

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

Shades of Scarlet Gum #492854

Tints of Scarlet Gum #492854

Color information

#492854 (or 0x492854) is unknown color: approx Scarlet Gum. HEX triplet: 49, 28 and 54. RGB value is (73,40,84). Sum of RGB (Red+Green+Blue) = 73+40+84=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #492854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492854 is #B6D7AB. Grayscale: #363636. Windows color (decimal): -11982764 or 5515337. OLE color: 5515337.

HSL color Cylindrical-coordinate representation of color #492854: hue angle of 285º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492854 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB734084-
CMYK0.130.5200.67
HSL285º35.48%24.31%-
HSV(B)285º52.38%32.94%-
XYZ5.113.578.81-
YUV54.88144.43140.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=37.06%
G=20.30%
B=42.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7340840.130.5200.6728535.4824.31
Hex492854D3404311d2318
Octal11150124156401034354330
Binary1001001101000101010011011101000100001110001110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492854; }

 p { color: rgb(73,40,84); }

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

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

 a { background-color: rgb(73,40,84); }

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

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

 span { border-color: rgb(73,40,84); }

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