#46324E

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

Shades of Scarlet Gum #46324E

Tints of Scarlet Gum #46324E

Color information

#46324E (or 0x46324E) is unknown color: approx Scarlet Gum. HEX triplet: 46, 32 and 4E. RGB value is (70,50,78). Sum of RGB (Red+Green+Blue) = 70+50+78=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 78 - color contains mainly: blue. Hex color #46324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46324E is #B9CDB1. Grayscale: #3B3B3B. Windows color (decimal): -12176818 or 5124678. OLE color: 5124678.

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

Color convert

RGB705078-
CMYK0.100.3600.69
HSL282.86º21.87%25.1%-
HSV(B)282.86º35.9%30.59%-
XYZ5.044.137.74-
YUV59.17138.63135.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=35.35%
G=25.25%
B=39.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7050780.100.3600.69282.8621.8725.1
Hex46324EA2404511b1619
Octal10662116124401054332631
Binary100011011001010011101010100100010001011000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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