#460C58

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

Shades of Scarlet Gum #460C58

Tints of Scarlet Gum #460C58

Color information

#460C58 (or 0x460C58) is unknown color: approx Scarlet Gum. HEX triplet: 46, 0C and 58. RGB value is (70,12,88). Sum of RGB (Red+Green+Blue) = 70+12+88=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #460C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C58 is #B9F3A7. Grayscale: #252525. Windows color (decimal): -12186536 or 5770310. OLE color: 5770310.

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

Color convert

RGB701288-
CMYK0.200.8600.65
HSL285.79º76%19.61%-
HSV(B)285.79º86.36%34.51%-
XYZ4.422.279.44-
YUV38.01156.22150.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 12 (5.08% from 255) = 7.06%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=41.18%
G=7.06%
B=51.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7012880.200.8600.65285.797619.61
Hex46C58145604111e4c14
Octal1061413024126010143611424
Binary10001101100101100010100101011001000001100011110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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