#462059

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

Shades of Scarlet Gum #462059

Tints of Scarlet Gum #462059

Color information

#462059 (or 0x462059) is unknown color: approx Scarlet Gum. HEX triplet: 46, 20 and 59. RGB value is (70,32,89). Sum of RGB (Red+Green+Blue) = 70+32+89=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #462059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462059 is #B9DFA6. Grayscale: #313131. Windows color (decimal): -12181415 or 5840966. OLE color: 5840966.

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

Color convert

RGB703289-
CMYK0.210.6400.65
HSL280º47.11%23.73%-
HSV(B)280º64.04%34.9%-
XYZ4.853.069.79-
YUV49.86150.09142.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=36.65%
G=16.75%
B=46.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7032890.210.6400.6528047.1123.73
Hex46205915400411182f18
Octal106401312510001014305730
Binary100011010000010110011010110000000100000110001100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462059; }

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

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

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

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

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

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

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

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