#46324F

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

Shades of Scarlet Gum #46324F

Tints of Scarlet Gum #46324F

Color information

#46324F (or 0x46324F) is unknown color: approx Scarlet Gum. HEX triplet: 46, 32 and 4F. RGB value is (70,50,79). Sum of RGB (Red+Green+Blue) = 70+50+79=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #46324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46324F is #B9CDB0. Grayscale: #3B3B3B. Windows color (decimal): -12176817 or 5190214. OLE color: 5190214.

HSL color Cylindrical-coordinate representation of color #46324F: hue angle of 281.38º degrees, saturation: 0.22, 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 #46324F is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB705079-
CMYK0.110.3700.69
HSL281.38º22.48%25.29%-
HSV(B)281.38º36.71%30.98%-
XYZ5.084.157.93-
YUV59.29139.13135.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=35.18%
G=25.13%
B=39.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7050790.110.3700.69281.3822.4825.29
Hex46324FB250451191619
Octal10662117134501054312631
Binary100011011001010011111011100101010001011000110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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