#46295C

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

Shades of Scarlet Gum #46295C

Tints of Scarlet Gum #46295C

Color information

#46295C (or 0x46295C) is unknown color: approx Scarlet Gum. HEX triplet: 46, 29 and 5C. RGB value is (70,41,92). Sum of RGB (Red+Green+Blue) = 70+41+92=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #46295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46295C is #B9D6A3. Grayscale: #373737. Windows color (decimal): -12179108 or 6039878. OLE color: 6039878.

HSL color Cylindrical-coordinate representation of color #46295C: hue angle of 274.12º 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 #46295C is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB704192-
CMYK0.240.5500.64
HSL274.12º38.35%26.08%-
HSV(B)274.12º55.43%36.08%-
XYZ5.253.6610.56-
YUV55.48148.61138.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=34.48%
G=20.20%
B=45.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7041920.240.5500.64274.1238.3526.08
Hex46295C1837040112261a
Octal10651134306701004224632
Binary10001101010011011100110001101110100000010001001010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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