#492658

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

Shades of Scarlet Gum #492658

Tints of Scarlet Gum #492658

Color information

#492658 (or 0x492658) is unknown color: approx Scarlet Gum. HEX triplet: 49, 26 and 58. RGB value is (73,38,88). Sum of RGB (Red+Green+Blue) = 73+38+88=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #492658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492658 is #B6D9A7. Grayscale: #353535. Windows color (decimal): -11983272 or 5776969. OLE color: 5776969.

HSL color Cylindrical-coordinate representation of color #492658: hue angle of 282º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #492658 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB733888-
CMYK0.170.5700.65
HSL282º39.68%24.71%-
HSV(B)282º56.82%34.51%-
XYZ5.23.519.64-
YUV54.16147.1141.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=36.68%
G=19.10%
B=44.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7338880.170.5700.6528239.6824.71
Hex492658113904111a2819
Octal11146130217101014325031
Binary10010011001101011000100011110010100000110001101010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492658; }

 p { color: rgb(73,38,88); }

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

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

 a { background-color: rgb(73,38,88); }

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

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

 span { border-color: rgb(73,38,88); }

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