#462560

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

Shades of Scarlet Gum #462560

Tints of Scarlet Gum #462560

Color information

#462560 (or 0x462560) is unknown color: approx Scarlet Gum. HEX triplet: 46, 25 and 60. RGB value is (70,37,96). Sum of RGB (Red+Green+Blue) = 70+37+96=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #462560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462560 is #B9DA9F. Grayscale: #353535. Windows color (decimal): -12180128 or 6300998. OLE color: 6300998.

HSL color Cylindrical-coordinate representation of color #462560: hue angle of 273.56º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #462560 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB703796-
CMYK0.270.6100.62
HSL273.56º44.36%26.08%-
HSV(B)273.56º61.46%37.65%-
XYZ5.33.4711.46-
YUV53.59151.93139.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=34.48%
G=18.23%
B=47.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7037960.270.6100.62273.5644.3626.08
Hex4625601B3D03E1122c1a
Octal1064514033750764225432
Binary1000110100101110000011011111101011111010001001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462560; }

 p { color: rgb(70,37,96); }

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

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

 a { background-color: rgb(70,37,96); }

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

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

 span { border-color: rgb(70,37,96); }

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