#492754

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

Shades of Scarlet Gum #492754

Tints of Scarlet Gum #492754

Color information

#492754 (or 0x492754) is unknown color: approx Scarlet Gum. HEX triplet: 49, 27 and 54. RGB value is (73,39,84). Sum of RGB (Red+Green+Blue) = 73+39+84=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #492754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492754 is #B6D8AB. Grayscale: #363636. Windows color (decimal): -11983020 or 5515081. OLE color: 5515081.

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

Color convert

RGB733984-
CMYK0.130.5400.67
HSL285.33º36.59%24.12%-
HSV(B)285.33º53.57%32.94%-
XYZ5.073.518.8-
YUV54.3144.76141.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=37.24%
G=19.90%
B=42.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7339840.130.5400.67285.3336.5924.12
Hex492754D3604311d2518
Octal11147124156601034354530
Binary1001001100111101010011011101100100001110001110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492754; }

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

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

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

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

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

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

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

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