#46315C

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

Shades of Scarlet Gum #46315C

Tints of Scarlet Gum #46315C

Color information

#46315C (or 0x46315C) is unknown color: approx Scarlet Gum. HEX triplet: 46, 31 and 5C. RGB value is (70,49,92). Sum of RGB (Red+Green+Blue) = 70+49+92=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #46315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46315C is #B9CEA3. Grayscale: #3C3C3C. Windows color (decimal): -12177060 or 6041926. OLE color: 6041926.

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

Color convert

RGB704992-
CMYK0.240.4700.64
HSL269.3º30.5%27.65%-
HSV(B)269.3º46.74%36.08%-
XYZ5.564.2710.66-
YUV60.18145.96135-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=33.18%
G=23.22%
B=43.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7049920.240.4700.64269.330.527.65
Hex46315C182F04010d1e1c
Octal10661134305701004153634
Binary1000110110001101110011000101111010000001000011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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