#460F5A

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

Shades of Scarlet Gum #460F5A

Tints of Scarlet Gum #460F5A

Color information

#460F5A (or 0x460F5A) is unknown color: approx Scarlet Gum. HEX triplet: 46, 0F and 5A. RGB value is (70,15,90). Sum of RGB (Red+Green+Blue) = 70+15+90=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #460F5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F5A is #B9F0A5. Grayscale: #272727. Windows color (decimal): -12185766 or 5902150. OLE color: 5902150.

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

Color convert

RGB701590-
CMYK0.220.8300.65
HSL284º71.43%20.59%-
HSV(B)284º83.33%35.29%-
XYZ4.542.389.89-
YUV39.99156.22149.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 15 (6.25% from 255) = 8.57%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=40%
G=8.57%
B=51.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7015900.220.8300.6528471.4320.59
Hex46F5A165304111c4715
Octal1061713226123010143410725
Binary10001101111101101010110101001101000001100011100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,15,90); }

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

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

 a { background-color: rgb(70,15,90); }

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

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

 span { border-color: rgb(70,15,90); }

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