#463159

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

Shades of Scarlet Gum #463159

Tints of Scarlet Gum #463159

Color information

#463159 (or 0x463159) is unknown color: approx Scarlet Gum. HEX triplet: 46, 31 and 59. RGB value is (70,49,89). Sum of RGB (Red+Green+Blue) = 70+49+89=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #463159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463159 is #B9CEA6. Grayscale: #3B3B3B. Windows color (decimal): -12177063 or 5845318. OLE color: 5845318.

HSL color Cylindrical-coordinate representation of color #463159: hue angle of 271.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #463159 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB704989-
CMYK0.210.4500.65
HSL271.5º28.99%27.06%-
HSV(B)271.5º44.94%34.9%-
XYZ5.434.229.98-
YUV59.84144.46135.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=33.65%
G=23.56%
B=42.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7049890.210.4500.65271.528.9927.06
Hex463159152D0411101d1b
Octal10661131255501014203533
Binary1000110110001101100110101101101010000011000100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463159; }

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

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

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

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

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

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

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

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