#46155C

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

Shades of Scarlet Gum #46155C

Tints of Scarlet Gum #46155C

Color information

#46155C (or 0x46155C) is unknown color: approx Scarlet Gum. HEX triplet: 46, 15 and 5C. RGB value is (70,21,92). Sum of RGB (Red+Green+Blue) = 70+21+92=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #46155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46155C is #B9EAA3. Grayscale: #2B2B2B. Windows color (decimal): -12184228 or 6034758. OLE color: 6034758.

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

Color convert

RGB702192-
CMYK0.240.7700.64
HSL281.41º62.83%22.16%-
HSV(B)281.41º77.17%36.08%-
XYZ4.732.6110.38-
YUV43.74155.23146.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=38.25%
G=11.48%
B=50.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7021920.240.7700.64281.4162.8322.16
Hex46155C184D0401193f16
Octal106251343011501004317726
Binary10001101010110111001100010011010100000010001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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