#46314D

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

Shades of Scarlet Gum #46314D

Tints of Scarlet Gum #46314D

Color information

#46314D (or 0x46314D) is unknown color: approx Scarlet Gum. HEX triplet: 46, 31 and 4D. RGB value is (70,49,77). Sum of RGB (Red+Green+Blue) = 70+49+77=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #46314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46314D is #B9CEB2. Grayscale: #3A3A3A. Windows color (decimal): -12177075 or 5058886. OLE color: 5058886.

HSL color Cylindrical-coordinate representation of color #46314D: hue angle of 285º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46314D is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB704977-
CMYK0.090.3600.70
HSL285º22.22%24.71%-
HSV(B)285º36.36%30.2%-
XYZ4.964.037.54-
YUV58.47138.46136.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=35.71%
G=25%
B=39.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7049770.090.3600.7028522.2224.71
Hex46314D92404611d1619
Octal10661115114401064352631
Binary100011011000110011011001100100010001101000111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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