#46215B

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

Shades of Scarlet Gum #46215B

Tints of Scarlet Gum #46215B

Color information

#46215B (or 0x46215B) is unknown color: approx Scarlet Gum. HEX triplet: 46, 21 and 5B. RGB value is (70,33,91). Sum of RGB (Red+Green+Blue) = 70+33+91=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #46215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46215B is #B9DEA4. Grayscale: #323232. Windows color (decimal): -12181157 or 5972294. OLE color: 5972294.

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

Color convert

RGB703391-
CMYK0.230.6400.64
HSL278.28º46.77%24.31%-
HSV(B)278.28º63.74%35.69%-
XYZ4.963.1510.24-
YUV50.68150.76141.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=36.08%
G=17.01%
B=46.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7033910.230.6400.64278.2846.7724.31
Hex46215B17400401162f18
Octal106411332710001004265730
Binary100011010000110110111011110000000100000010001011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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