#46175B

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

Shades of Scarlet Gum #46175B

Tints of Scarlet Gum #46175B

Color information

#46175B (or 0x46175B) is unknown color: approx Scarlet Gum. HEX triplet: 46, 17 and 5B. RGB value is (70,23,91). Sum of RGB (Red+Green+Blue) = 70+23+91=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #46175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46175B is #B9E8A4. Grayscale: #2C2C2C. Windows color (decimal): -12183717 or 5969734. OLE color: 5969734.

HSL color Cylindrical-coordinate representation of color #46175B: hue angle of 281.47º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46175B is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB702391-
CMYK0.230.7500.64
HSL281.47º59.65%22.35%-
HSV(B)281.47º74.73%35.69%-
XYZ4.722.6710.16-
YUV44.8154.07145.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 23 (9.38% from 255) = 12.5%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=38.04%
G=12.5%
B=49.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7023910.230.7500.64281.4759.6522.35
Hex46175B174B0401193c16
Octal106271332711301004317426
Binary10001101011110110111011110010110100000010001100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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