#492E60

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

Shades of Scarlet Gum #492E60

Tints of Scarlet Gum #492E60

Color information

#492E60 (or 0x492E60) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2E and 60. RGB value is (73,46,96). Sum of RGB (Red+Green+Blue) = 73+46+96=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #492E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E60 is #B6D19F. Grayscale: #3B3B3B. Windows color (decimal): -11981216 or 6303305. OLE color: 6303305.

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

Color convert

RGB734696-
CMYK0.240.5200.62
HSL272.4º35.21%27.84%-
HSV(B)272.4º52.08%37.65%-
XYZ5.844.2111.57-
YUV59.77148.45137.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 46 (18.36% from 255) = 21.40%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=33.95%
G=21.40%
B=44.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7346960.240.5200.62272.435.2127.84
Hex492E60183403E110231c
Octal1115614030640764204334
Binary1001001101110110000011000110100011111010001000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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