#460855

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

Shades of Scarlet Gum #460855

Tints of Scarlet Gum #460855

Color information

#460855 (or 0x460855) is unknown color: approx Scarlet Gum. HEX triplet: 46, 08 and 55. RGB value is (70,8,85). Sum of RGB (Red+Green+Blue) = 70+8+85=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #460855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460855 is #B9F7AA. Grayscale: #232323. Windows color (decimal): -12187563 or 5572678. OLE color: 5572678.

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

Color convert

RGB70885-
CMYK0.180.9100.67
HSL288.31º82.8%18.24%-
HSV(B)288.31º90.59%33.33%-
XYZ4.252.138.78-
YUV35.32156.04152.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=42.94%
G=4.91%
B=52.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708850.180.9100.67288.3182.818.24
Hex46855125B0431205312
Octal1061012522133010344012322
Binary10001101000101010110010101101101000011100100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460855; }

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

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

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

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

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

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

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

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