#460854

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

Shades of Scarlet Gum #460854

Tints of Scarlet Gum #460854

Color information

#460854 (or 0x460854) is unknown color: approx Scarlet Gum. HEX triplet: 46, 08 and 54. RGB value is (70,8,84). Sum of RGB (Red+Green+Blue) = 70+8+84=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #460854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460854 is #B9F7AB. Grayscale: #222222. Windows color (decimal): -12187564 or 5507142. OLE color: 5507142.

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

Color convert

RGB70884-
CMYK0.170.9000.67
HSL288.95º82.61%18.04%-
HSV(B)288.95º90.48%32.94%-
XYZ4.212.128.57-
YUV35.2155.54152.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 84 (33.20% from 255) = 51.85%
R=43.21%
G=4.94%
B=51.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708840.170.9000.67288.9582.6118.04
Hex46854115A0431215312
Octal1061012421132010344112322
Binary10001101000101010010001101101001000011100100001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460854; }

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

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

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

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

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

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

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

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