#46235D

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

Shades of Scarlet Gum #46235D

Tints of Scarlet Gum #46235D

Color information

#46235D (or 0x46235D) is unknown color: approx Scarlet Gum. HEX triplet: 46, 23 and 5D. RGB value is (70,35,93). Sum of RGB (Red+Green+Blue) = 70+35+93=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #46235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46235D is #B9DCA2. Grayscale: #333333. Windows color (decimal): -12180643 or 6103878. OLE color: 6103878.

HSL color Cylindrical-coordinate representation of color #46235D: hue angle of 276.21º 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 #46235D is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB703593-
CMYK0.250.6200.64
HSL276.21º45.31%25.1%-
HSV(B)276.21º62.37%36.47%-
XYZ5.13.2910.72-
YUV52.08151.1140.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=35.35%
G=17.68%
B=46.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7035930.250.6200.64276.2145.3125.1
Hex46235D193E0401142d19
Octal10643135317601004245531
Binary10001101000111011101110011111100100000010001010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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