#46175E

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

Shades of Scarlet Gum #46175E

Tints of Scarlet Gum #46175E

Color information

#46175E (or 0x46175E) is unknown color: approx Scarlet Gum. HEX triplet: 46, 17 and 5E. RGB value is (70,23,94). Sum of RGB (Red+Green+Blue) = 70+23+94=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #46175E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46175E is #B9E8A1. Grayscale: #2C2C2C. Windows color (decimal): -12183714 or 6166342. OLE color: 6166342.

HSL color Cylindrical-coordinate representation of color #46175E: hue angle of 279.72º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46175E is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB702394-
CMYK0.260.7600.63
HSL279.72º60.68%22.94%-
HSV(B)279.72º75.53%36.86%-
XYZ4.852.7210.86-
YUV45.15155.57145.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 23 (9.38% from 255) = 12.30%
BLUE value IS 94 (37.11% from 255) = 50.27%
R=37.43%
G=12.30%
B=50.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7023940.260.7600.63279.7260.6822.94
Hex46175E1A4C03F1183d17
Octal10627136321140774307527
Binary1000110101111011110110101001100011111110001100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46175E; }

 p { color: rgb(70,23,94); }

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

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

 a { background-color: rgb(70,23,94); }

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

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

 span { border-color: rgb(70,23,94); }

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