#46215E

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

Shades of Scarlet Gum #46215E

Tints of Scarlet Gum #46215E

Color information

#46215E (or 0x46215E) is unknown color: approx Scarlet Gum. HEX triplet: 46, 21 and 5E. RGB value is (70,33,94). Sum of RGB (Red+Green+Blue) = 70+33+94=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #46215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46215E is #B9DEA1. Grayscale: #323232. Windows color (decimal): -12181154 or 6168902. OLE color: 6168902.

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

Color convert

RGB703394-
CMYK0.260.6500.63
HSL276.39º48.03%24.9%-
HSV(B)276.39º64.89%36.86%-
XYZ5.093.210.94-
YUV51.02152.26141.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=35.53%
G=16.75%
B=47.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7033940.260.6500.63276.3948.0324.9
Hex46215E1A4103F1143019
Octal10641136321010774246031
Binary10001101000011011110110101000001011111110001010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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