#460D55

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

Shades of Scarlet Gum #460D55

Tints of Scarlet Gum #460D55

Color information

#460D55 (or 0x460D55) is unknown color: approx Scarlet Gum. HEX triplet: 46, 0D and 55. RGB value is (70,13,85). Sum of RGB (Red+Green+Blue) = 70+13+85=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #460D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D55 is #B9F2AA. Grayscale: #262626. Windows color (decimal): -12186283 or 5573958. OLE color: 5573958.

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

Color convert

RGB701385-
CMYK0.180.8500.67
HSL287.5º73.47%19.22%-
HSV(B)287.5º84.71%33.33%-
XYZ4.312.258.8-
YUV38.25154.38150.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 13 (5.47% from 255) = 7.74%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=41.67%
G=7.74%
B=50.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7013850.180.8500.67287.573.4719.22
Hex46D5512550431204913
Octal1061512522125010344011123
Binary10001101101101010110010101010101000011100100000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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