#462859

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

Shades of Scarlet Gum #462859

Tints of Scarlet Gum #462859

Color information

#462859 (or 0x462859) is unknown color: approx Scarlet Gum. HEX triplet: 46, 28 and 59. RGB value is (70,40,89). Sum of RGB (Red+Green+Blue) = 70+40+89=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #462859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462859 is #B9D7A6. Grayscale: #363636. Windows color (decimal): -12179367 or 5843014. OLE color: 5843014.

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

Color convert

RGB704089-
CMYK0.210.5500.65
HSL276.73º37.98%25.29%-
HSV(B)276.73º55.06%34.9%-
XYZ5.093.549.87-
YUV54.56147.44139.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 89 (35.16% from 255) = 44.72%
R=35.18%
G=20.10%
B=44.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7040890.210.5500.65276.7337.9825.29
Hex46285915370411152619
Octal10650131256701014254631
Binary10001101010001011001101011101110100000110001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462859; }

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

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

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

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

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

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

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

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