#460455

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

Shades of Scarlet Gum #460455

Tints of Scarlet Gum #460455

Color information

#460455 (or 0x460455) is unknown color: approx Scarlet Gum. HEX triplet: 46, 04 and 55. RGB value is (70,4,85). Sum of RGB (Red+Green+Blue) = 70+4+85=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #460455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460455 is #B9FBAA. Grayscale: #202020. Windows color (decimal): -12188587 or 5571654. OLE color: 5571654.

HSL color Cylindrical-coordinate representation of color #460455: hue angle of 288.89º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460455 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB70485-
CMYK0.180.9500.67
HSL288.89º91.01%17.45%-
HSV(B)288.89º95.29%33.33%-
XYZ4.212.048.77-
YUV32.97157.37154.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=44.03%
G=2.52%
B=53.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal704850.180.9500.67288.8991.0117.45
Hex46455125F0431215b11
Octal106412522137010344113321
Binary1000110100101010110010101111101000011100100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460455; }

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

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

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

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

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

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

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

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