#49305C

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

Shades of Scarlet Gum #49305C

Tints of Scarlet Gum #49305C

Color information

#49305C (or 0x49305C) is unknown color: approx Scarlet Gum. HEX triplet: 49, 30 and 5C. RGB value is (73,48,92). Sum of RGB (Red+Green+Blue) = 73+48+92=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #49305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49305C is #B6CFA3. Grayscale: #3C3C3C. Windows color (decimal): -11980708 or 6041673. OLE color: 6041673.

HSL color Cylindrical-coordinate representation of color #49305C: hue angle of 274.09º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49305C is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB734892-
CMYK0.210.4800.64
HSL274.09º31.43%27.45%-
HSV(B)274.09º47.83%36.08%-
XYZ5.744.310.65-
YUV60.49145.78136.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=34.27%
G=22.54%
B=43.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7348920.210.4800.64274.0931.4327.45
Hex49305C15300401121f1b
Octal11160134256001004223733
Binary1001001110000101110010101110000010000001000100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49305C; }

 p { color: rgb(73,48,92); }

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

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

 a { background-color: rgb(73,48,92); }

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

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

 span { border-color: rgb(73,48,92); }

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