#462E59

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

Shades of Scarlet Gum #462E59

Tints of Scarlet Gum #462E59

Color information

#462E59 (or 0x462E59) is unknown color: approx Scarlet Gum. HEX triplet: 46, 2E and 59. RGB value is (70,46,89). Sum of RGB (Red+Green+Blue) = 70+46+89=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #462E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E59 is #B9D1A6. Grayscale: #393939. Windows color (decimal): -12177831 or 5844550. OLE color: 5844550.

HSL color Cylindrical-coordinate representation of color #462E59: hue angle of 273.49º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #462E59 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB704689-
CMYK0.210.4800.65
HSL273.49º31.85%26.47%-
HSV(B)273.49º48.31%34.9%-
XYZ5.313.989.94-
YUV58.08145.45136.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=34.15%
G=22.44%
B=43.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7046890.210.4800.65273.4931.8526.47
Hex462E591530041111201a
Octal10656131256001014214032
Binary10001101011101011001101011100000100000110001000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462E59; }

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

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

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

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

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

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

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

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