#46265C

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

Shades of Scarlet Gum #46265C

Tints of Scarlet Gum #46265C

Color information

#46265C (or 0x46265C) is unknown color: approx Scarlet Gum. HEX triplet: 46, 26 and 5C. RGB value is (70,38,92). Sum of RGB (Red+Green+Blue) = 70+38+92=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #46265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46265C is #B9D9A3. Grayscale: #353535. Windows color (decimal): -12179876 or 6039110. OLE color: 6039110.

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

Color convert

RGB703892-
CMYK0.240.5900.64
HSL275.56º41.54%25.49%-
HSV(B)275.56º58.7%36.08%-
XYZ5.153.4610.52-
YUV53.72149.6139.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 92 (36.33% from 255) = 46%
R=35%
G=19%
B=46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7038920.240.5900.64275.5641.5425.49
Hex46265C183B0401142a19
Octal10646134307301004245231
Binary10001101001101011100110001110110100000010001010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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