#46235A

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

Shades of Scarlet Gum #46235A

Tints of Scarlet Gum #46235A

Color information

#46235A (or 0x46235A) is unknown color: approx Scarlet Gum. HEX triplet: 46, 23 and 5A. RGB value is (70,35,90). Sum of RGB (Red+Green+Blue) = 70+35+90=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #46235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46235A is #B9DCA5. Grayscale: #333333. Windows color (decimal): -12180646 or 5907270. OLE color: 5907270.

HSL color Cylindrical-coordinate representation of color #46235A: hue angle of 278.18º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46235A is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB703590-
CMYK0.220.6100.65
HSL278.18º44%24.51%-
HSV(B)278.18º61.11%35.29%-
XYZ4.973.2410.04-
YUV51.73149.6141.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=35.90%
G=17.95%
B=46.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7035900.220.6100.65278.184424.51
Hex46235A163D0411162c19
Octal10643132267501014265431
Binary10001101000111011010101101111010100000110001011010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46235A; }

 p { color: rgb(70,35,90); }

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

<style>
 a { background-color: #46235A; }

 a { background-color: rgb(70,35,90); }

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

<style>
 span { border-color: #46235A; }

 span { border-color: rgb(70,35,90); }

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