#46115B

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

Shades of Scarlet Gum #46115B

Tints of Scarlet Gum #46115B

Color information

#46115B (or 0x46115B) is unknown color: approx Scarlet Gum. HEX triplet: 46, 11 and 5B. RGB value is (70,17,91). Sum of RGB (Red+Green+Blue) = 70+17+91=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #46115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46115B is #B9EEA4. Grayscale: #292929. Windows color (decimal): -12185253 or 5968198. OLE color: 5968198.

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

Color convert

RGB701791-
CMYK0.230.8100.64
HSL282.97º68.52%21.18%-
HSV(B)282.97º81.32%35.69%-
XYZ4.612.4610.13-
YUV41.28156.06148.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=39.33%
G=9.55%
B=51.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7017910.230.8100.64282.9768.5221.18
Hex46115B175104011b4515
Octal1062113327121010043310525
Binary100011010001101101110111101000101000000100011011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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