#492455

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

Shades of Scarlet Gum #492455

Tints of Scarlet Gum #492455

Color information

#492455 (or 0x492455) is unknown color: approx Scarlet Gum. HEX triplet: 49, 24 and 55. RGB value is (73,36,85). Sum of RGB (Red+Green+Blue) = 73+36+85=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #492455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492455 is #B6DBAA. Grayscale: #343434. Windows color (decimal): -11983787 or 5579849. OLE color: 5579849.

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

Color convert

RGB733685-
CMYK0.140.5800.67
HSL285.31º40.5%23.73%-
HSV(B)285.31º57.65%33.33%-
XYZ5.023.338.97-
YUV52.65146.26142.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 36 (14.45% from 255) = 18.56%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=37.63%
G=18.56%
B=43.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7336850.140.5800.67285.3140.523.73
Hex492455E3A04311d2818
Octal11144125167201034355030
Binary1001001100100101010111101110100100001110001110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492455; }

 p { color: rgb(73,36,85); }

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

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

 a { background-color: rgb(73,36,85); }

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

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

 span { border-color: rgb(73,36,85); }

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