#462359

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

Shades of Scarlet Gum #462359

Tints of Scarlet Gum #462359

Color information

#462359 (or 0x462359) is unknown color: approx Scarlet Gum. HEX triplet: 46, 23 and 59. RGB value is (70,35,89). Sum of RGB (Red+Green+Blue) = 70+35+89=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #462359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462359 is #B9DCA6. Grayscale: #333333. Windows color (decimal): -12180647 or 5841734. OLE color: 5841734.

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

Color convert

RGB703589-
CMYK0.210.6100.65
HSL278.89º43.55%24.31%-
HSV(B)278.89º60.67%34.9%-
XYZ4.933.239.81-
YUV51.62149.1141.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 35 (14.06% from 255) = 18.04%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=36.08%
G=18.04%
B=45.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7035890.210.6100.65278.8943.5524.31
Hex462359153D0411172c18
Octal10643131257501014275430
Binary10001101000111011001101011111010100000110001011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462359; }

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

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

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

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

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

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

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

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