#46314E

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

Shades of Scarlet Gum #46314E

Tints of Scarlet Gum #46314E

Color information

#46314E (or 0x46314E) is unknown color: approx Scarlet Gum. HEX triplet: 46, 31 and 4E. RGB value is (70,49,78). Sum of RGB (Red+Green+Blue) = 70+49+78=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 78 - color contains mainly: blue. Hex color #46314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46314E is #B9CEB1. Grayscale: #3A3A3A. Windows color (decimal): -12177074 or 5124422. OLE color: 5124422.

HSL color Cylindrical-coordinate representation of color #46314E: hue angle of 283.45º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46314E is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB704978-
CMYK0.100.3700.69
HSL283.45º22.83%24.9%-
HSV(B)283.45º37.18%30.59%-
XYZ54.057.73-
YUV58.58138.96136.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=35.53%
G=24.87%
B=39.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7049780.100.3700.69283.4522.8324.9
Hex46314EA2504511b1719
Octal10661116124501054332731
Binary100011011000110011101010100101010001011000110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46314E; }

 p { color: rgb(70,49,78); }

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

<style>
 a { background-color: #46314E; }

 a { background-color: rgb(70,49,78); }

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

<style>
 span { border-color: #46314E; }

 span { border-color: rgb(70,49,78); }

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