#46315B

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

Shades of Scarlet Gum #46315B

Tints of Scarlet Gum #46315B

Color information

#46315B (or 0x46315B) is unknown color: approx Scarlet Gum. HEX triplet: 46, 31 and 5B. RGB value is (70,49,91). Sum of RGB (Red+Green+Blue) = 70+49+91=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #46315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46315B is #B9CEA4. Grayscale: #3B3B3B. Windows color (decimal): -12177061 or 5976390. OLE color: 5976390.

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

Color convert

RGB704991-
CMYK0.230.4600.64
HSL270º30%27.45%-
HSV(B)270º46.15%35.69%-
XYZ5.514.2510.43-
YUV60.07145.46135.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=33.33%
G=23.33%
B=43.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7049910.230.4600.642703027.45
Hex46315B172E04010e1e1b
Octal10661133275601004163633
Binary1000110110001101101110111101110010000001000011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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