#460356

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

Shades of Scarlet Gum #460356

Tints of Scarlet Gum #460356

Color information

#460356 (or 0x460356) is unknown color: approx Scarlet Gum. HEX triplet: 46, 03 and 56. RGB value is (70,3,86). Sum of RGB (Red+Green+Blue) = 70+3+86=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #460356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460356 is #B9FCA9. Grayscale: #202020. Windows color (decimal): -12188842 or 5636934. OLE color: 5636934.

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

Color convert

RGB70386-
CMYK0.190.9700.66
HSL288.43º93.26%17.45%-
HSV(B)288.43º96.51%33.73%-
XYZ4.242.048.97-
YUV32.49158.2154.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 86 (33.98% from 255) = 54.09%
R=44.03%
G=1.89%
B=54.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal703860.190.9700.66288.4393.2617.45
Hex4635613610421205d11
Octal106312623141010244013521
Binary100011011101011010011110000101000010100100000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460356; }

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

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

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

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

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

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

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

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