#46295B

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

Shades of Scarlet Gum #46295B

Tints of Scarlet Gum #46295B

Color information

#46295B (or 0x46295B) is unknown color: approx Scarlet Gum. HEX triplet: 46, 29 and 5B. RGB value is (70,41,91). Sum of RGB (Red+Green+Blue) = 70+41+91=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #46295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46295B is #B9D6A4. Grayscale: #373737. Windows color (decimal): -12179109 or 5974342. OLE color: 5974342.

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

Color convert

RGB704191-
CMYK0.230.5500.64
HSL274.8º37.88%25.88%-
HSV(B)274.8º54.95%35.69%-
XYZ5.213.6410.33-
YUV55.37148.11138.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.65%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=34.65%
G=20.30%
B=45.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7041910.230.5500.64274.837.8825.88
Hex46295B1737040113261a
Octal10651133276701004234632
Binary10001101010011011011101111101110100000010001001110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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