#46205B

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

Shades of Scarlet Gum #46205B

Tints of Scarlet Gum #46205B

Color information

#46205B (or 0x46205B) is unknown color: approx Scarlet Gum. HEX triplet: 46, 20 and 5B. RGB value is (70,32,91). Sum of RGB (Red+Green+Blue) = 70+32+91=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #46205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46205B is #B9DFA4. Grayscale: #313131. Windows color (decimal): -12181413 or 5972038. OLE color: 5972038.

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

Color convert

RGB703291-
CMYK0.230.6500.64
HSL278.64º47.97%24.12%-
HSV(B)278.64º64.84%35.69%-
XYZ4.933.0910.23-
YUV50.09151.09142.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=36.27%
G=16.58%
B=47.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7032910.230.6500.64278.6447.9724.12
Hex46205B17410401173018
Octal106401332710101004276030
Binary100011010000010110111011110000010100000010001011111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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