#46205D

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

Shades of Scarlet Gum #46205D

Tints of Scarlet Gum #46205D

Color information

#46205D (or 0x46205D) is unknown color: approx Scarlet Gum. HEX triplet: 46, 20 and 5D. RGB value is (70,32,93). Sum of RGB (Red+Green+Blue) = 70+32+93=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #46205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46205D is #B9DFA2. Grayscale: #323232. Windows color (decimal): -12181411 or 6103110. OLE color: 6103110.

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

Color convert

RGB703293-
CMYK0.250.6600.64
HSL277.38º48.8%24.51%-
HSV(B)277.38º65.59%36.47%-
XYZ5.023.1310.69-
YUV50.32152.09142.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=35.90%
G=16.41%
B=47.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7032930.250.6600.64277.3848.824.51
Hex46205D19420401153119
Octal106401353110201004256131
Binary100011010000010111011100110000100100000010001010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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