#46215C

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

Shades of Scarlet Gum #46215C

Tints of Scarlet Gum #46215C

Color information

#46215C (or 0x46215C) is unknown color: approx Scarlet Gum. HEX triplet: 46, 21 and 5C. RGB value is (70,33,92). Sum of RGB (Red+Green+Blue) = 70+33+92=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #46215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46215C is #B9DEA3. Grayscale: #323232. Windows color (decimal): -12181156 or 6037830. OLE color: 6037830.

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

Color convert

RGB703392-
CMYK0.240.6400.64
HSL277.63º47.2%24.51%-
HSV(B)277.63º64.13%36.08%-
XYZ53.1610.47-
YUV50.79151.26141.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=35.90%
G=16.92%
B=47.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7033920.240.6400.64277.6347.224.51
Hex46215C18400401162f19
Octal106411343010001004265731
Binary100011010000110111001100010000000100000010001011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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