#46334D

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

Shades of Scarlet Gum #46334D

Tints of Scarlet Gum #46334D

Color information

#46334D (or 0x46334D) is unknown color: approx Scarlet Gum. HEX triplet: 46, 33 and 4D. RGB value is (70,51,77). Sum of RGB (Red+Green+Blue) = 70+51+77=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #46334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46334D is #B9CCB2. Grayscale: #3B3B3B. Windows color (decimal): -12176563 or 5059398. OLE color: 5059398.

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

Color convert

RGB705177-
CMYK0.090.3400.70
HSL283.85º20.31%25.1%-
HSV(B)283.85º33.77%30.2%-
XYZ5.054.217.57-
YUV59.64137.79135.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=35.35%
G=25.76%
B=38.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7051770.090.3400.70283.8520.3125.1
Hex46334D92204611c1419
Octal10663115114201064342431
Binary100011011001110011011001100010010001101000111001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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