#46195A

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

Shades of Scarlet Gum #46195A

Tints of Scarlet Gum #46195A

Color information

#46195A (or 0x46195A) is unknown color: approx Scarlet Gum. HEX triplet: 46, 19 and 5A. RGB value is (70,25,90). Sum of RGB (Red+Green+Blue) = 70+25+90=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #46195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46195A is #B9E6A5. Grayscale: #2D2D2D. Windows color (decimal): -12183206 or 5904710. OLE color: 5904710.

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

Color convert

RGB702590-
CMYK0.220.7200.65
HSL281.54º56.52%22.55%-
HSV(B)281.54º72.22%35.29%-
XYZ4.722.749.95-
YUV45.86152.91145.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=37.84%
G=13.51%
B=48.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7025900.220.7200.65281.5456.5222.55
Hex46195A164804111a3917
Octal106311322611001014327127
Binary10001101100110110101011010010000100000110001101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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