#460C55

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

Shades of Scarlet Gum #460C55

Tints of Scarlet Gum #460C55

Color information

#460C55 (or 0x460C55) is unknown color: approx Scarlet Gum. HEX triplet: 46, 0C and 55. RGB value is (70,12,85). Sum of RGB (Red+Green+Blue) = 70+12+85=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #460C55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C55 is #B9F3AA. Grayscale: #252525. Windows color (decimal): -12186539 or 5573702. OLE color: 5573702.

HSL color Cylindrical-coordinate representation of color #460C55: hue angle of 287.67º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460C55 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB701285-
CMYK0.180.8600.67
HSL287.67º75.26%19.02%-
HSV(B)287.67º85.88%33.33%-
XYZ4.32.228.8-
YUV37.66154.72151.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 12 (5.08% from 255) = 7.19%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=41.92%
G=7.19%
B=50.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7012850.180.8600.67287.6775.2619.02
Hex46C5512560431204b13
Octal1061412522126010344011323
Binary10001101100101010110010101011001000011100100000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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