#460955

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

Shades of Scarlet Gum #460955

Tints of Scarlet Gum #460955

Color information

#460955 (or 0x460955) is unknown color: approx Scarlet Gum. HEX triplet: 46, 09 and 55. RGB value is (70,9,85). Sum of RGB (Red+Green+Blue) = 70+9+85=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #460955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460955 is #B9F6AA. Grayscale: #232323. Windows color (decimal): -12187307 or 5572934. OLE color: 5572934.

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

Color convert

RGB70985-
CMYK0.180.8900.67
HSL288.16º80.85%18.43%-
HSV(B)288.16º89.41%33.33%-
XYZ4.262.158.79-
YUV35.9155.71152.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 85 (33.59% from 255) = 51.83%
R=42.68%
G=5.49%
B=51.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal709850.180.8900.67288.1680.8518.43
Hex4695512590431205112
Octal1061112522131010344012122
Binary10001101001101010110010101100101000011100100000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460955; }

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

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

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

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

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

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

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

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