#46235C

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

Shades of Scarlet Gum #46235C

Tints of Scarlet Gum #46235C

Color information

#46235C (or 0x46235C) is unknown color: approx Scarlet Gum. HEX triplet: 46, 23 and 5C. RGB value is (70,35,92). Sum of RGB (Red+Green+Blue) = 70+35+92=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #46235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46235C is #B9DCA3. Grayscale: #333333. Windows color (decimal): -12180644 or 6038342. OLE color: 6038342.

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

Color convert

RGB703592-
CMYK0.240.6200.64
HSL276.84º44.88%24.9%-
HSV(B)276.84º61.96%36.08%-
XYZ5.063.2810.49-
YUV51.96150.6140.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=35.53%
G=17.77%
B=46.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7035920.240.6200.64276.8444.8824.9
Hex46235C183E0401152d19
Octal10643134307601004255531
Binary10001101000111011100110001111100100000010001010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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