#46334F

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

Shades of Scarlet Gum #46334F

Tints of Scarlet Gum #46334F

Color information

#46334F (or 0x46334F) is unknown color: approx Scarlet Gum. HEX triplet: 46, 33 and 4F. RGB value is (70,51,79). Sum of RGB (Red+Green+Blue) = 70+51+79=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #46334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46334F is #B9CCB0. Grayscale: #3B3B3B. Windows color (decimal): -12176561 or 5190470. OLE color: 5190470.

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

Color convert

RGB705179-
CMYK0.110.3500.69
HSL280.71º21.54%25.49%-
HSV(B)280.71º35.44%30.98%-
XYZ5.124.237.94-
YUV59.87138.79135.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=35%
G=25.5%
B=39.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7051790.110.3500.69280.7121.5425.49
Hex46334FB230451191619
Octal10663117134301054312631
Binary100011011001110011111011100011010001011000110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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