#460C59

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

Shades of Scarlet Gum #460C59

Tints of Scarlet Gum #460C59

Color information

#460C59 (or 0x460C59) is unknown color: approx Scarlet Gum. HEX triplet: 46, 0C and 59. RGB value is (70,12,89). Sum of RGB (Red+Green+Blue) = 70+12+89=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #460C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C59 is #B9F3A6. Grayscale: #252525. Windows color (decimal): -12186535 or 5835846. OLE color: 5835846.

HSL color Cylindrical-coordinate representation of color #460C59: hue angle of 285.19º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460C59 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB701289-
CMYK0.210.8700.65
HSL285.19º76.24%19.8%-
HSV(B)285.19º86.52%34.9%-
XYZ4.462.299.66-
YUV38.12156.72150.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 12 (5.08% from 255) = 7.02%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=40.94%
G=7.02%
B=52.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7012890.210.8700.65285.1976.2419.8
Hex46C59155704111d4c14
Octal1061413125127010143511424
Binary10001101100101100110101101011101000001100011101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460C59; }

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

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

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

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

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

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

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

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