#460456

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

Shades of Scarlet Gum #460456

Tints of Scarlet Gum #460456

Color information

#460456 (or 0x460456) is unknown color: approx Scarlet Gum. HEX triplet: 46, 04 and 56. RGB value is (70,4,86). Sum of RGB (Red+Green+Blue) = 70+4+86=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #460456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460456 is #B9FBA9. Grayscale: #202020. Windows color (decimal): -12188586 or 5637190. OLE color: 5637190.

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

Color convert

RGB70486-
CMYK0.190.9500.66
HSL288.29º91.11%17.65%-
HSV(B)288.29º95.35%33.73%-
XYZ4.252.068.98-
YUV33.08157.87154.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 86 (33.98% from 255) = 53.75%
R=43.75%
G=2.5%
B=53.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal704860.190.9500.66288.2991.1117.65
Hex46456135F0421205b12
Octal106412623137010244013322
Binary1000110100101011010011101111101000010100100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460456; }

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

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

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

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

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

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

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

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