#46075D

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

Shades of Scarlet Gum #46075D

Tints of Scarlet Gum #46075D

Color information

#46075D (or 0x46075D) is unknown color: approx Scarlet Gum. HEX triplet: 46, 07 and 5D. RGB value is (70,7,93). Sum of RGB (Red+Green+Blue) = 70+7+93=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #46075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46075D is #B9F8A2. Grayscale: #232323. Windows color (decimal): -12187811 or 6096710. OLE color: 6096710.

HSL color Cylindrical-coordinate representation of color #46075D: hue angle of 283.95º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46075D is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB70793-
CMYK0.250.9200.64
HSL283.95º86%19.61%-
HSV(B)283.95º92.47%36.47%-
XYZ4.582.2410.55-
YUV35.64160.37152.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 93 (36.72% from 255) = 54.71%
R=41.18%
G=4.12%
B=54.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal707930.250.9200.64283.958619.61
Hex4675D195C04011c5614
Octal106713531134010043412624
Binary1000110111101110111001101110001000000100011100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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