#492E53

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

Shades of Scarlet Gum #492E53

Tints of Scarlet Gum #492E53

Color information

#492E53 (or 0x492E53) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2E and 53. RGB value is (73,46,83). Sum of RGB (Red+Green+Blue) = 73+46+83=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #492E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E53 is #B6D1AC. Grayscale: #3A3A3A. Windows color (decimal): -11981229 or 5451337. OLE color: 5451337.

HSL color Cylindrical-coordinate representation of color #492E53: hue angle of 283.78º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #492E53 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB734683-
CMYK0.120.4500.67
HSL283.78º28.68%25.29%-
HSV(B)283.78º44.58%32.55%-
XYZ5.293.998.68-
YUV58.29141.95138.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 46 (18.36% from 255) = 22.77%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=36.14%
G=22.77%
B=41.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7346830.120.4500.67283.7828.6825.29
Hex492E53C2D04311c1d19
Octal11156123145501034343531
Binary100100110111010100111100101101010000111000111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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