#46195C

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

Shades of Scarlet Gum #46195C

Tints of Scarlet Gum #46195C

Color information

#46195C (or 0x46195C) is unknown color: approx Scarlet Gum. HEX triplet: 46, 19 and 5C. RGB value is (70,25,92). Sum of RGB (Red+Green+Blue) = 70+25+92=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #46195C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46195C is #B9E6A3. Grayscale: #2D2D2D. Windows color (decimal): -12183204 or 6035782. OLE color: 6035782.

HSL color Cylindrical-coordinate representation of color #46195C: hue angle of 280.3º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46195C is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB702592-
CMYK0.240.7300.64
HSL280.3º57.26%22.94%-
HSV(B)280.3º72.83%36.08%-
XYZ4.812.7710.41-
YUV46.09153.91145.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 92 (36.33% from 255) = 49.20%
R=37.43%
G=13.37%
B=49.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7025920.240.7300.64280.357.2622.94
Hex46195C18490401183917
Octal106311343011101004307127
Binary10001101100110111001100010010010100000010001100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46195C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,25,92); }

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

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

 a { background-color: rgb(70,25,92); }

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

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

 span { border-color: rgb(70,25,92); }

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