#46135B

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

Shades of Scarlet Gum #46135B

Tints of Scarlet Gum #46135B

Color information

#46135B (or 0x46135B) is unknown color: approx Scarlet Gum. HEX triplet: 46, 13 and 5B. RGB value is (70,19,91). Sum of RGB (Red+Green+Blue) = 70+19+91=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #46135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46135B is #B9ECA4. Grayscale: #2A2A2A. Windows color (decimal): -12184741 or 5968710. OLE color: 5968710.

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

Color convert

RGB701991-
CMYK0.230.7900.64
HSL282.5º65.45%21.57%-
HSV(B)282.5º79.12%35.69%-
XYZ4.652.5210.14-
YUV42.46155.4147.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 19 (7.81% from 255) = 10.56%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=38.89%
G=10.56%
B=50.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7019910.230.7900.64282.565.4521.57
Hex46135B174F04011a4116
Octal1062313327117010043210126
Binary100011010011101101110111100111101000000100011010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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