#46255D

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

Shades of Scarlet Gum #46255D

Tints of Scarlet Gum #46255D

Color information

#46255D (or 0x46255D) is unknown color: approx Scarlet Gum. HEX triplet: 46, 25 and 5D. RGB value is (70,37,93). Sum of RGB (Red+Green+Blue) = 70+37+93=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #46255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46255D is #B9DAA2. Grayscale: #353535. Windows color (decimal): -12180131 or 6104390. OLE color: 6104390.

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

Color convert

RGB703793-
CMYK0.250.6000.64
HSL275.36º43.08%25.49%-
HSV(B)275.36º60.22%36.47%-
XYZ5.163.4210.74-
YUV53.25150.43139.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=35%
G=18.5%
B=46.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7037930.250.6000.64275.3643.0825.49
Hex46255D193C0401132b19
Octal10645135317401004235331
Binary10001101001011011101110011111000100000010001001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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