#463156

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

Shades of Scarlet Gum #463156

Tints of Scarlet Gum #463156

Color information

#463156 (or 0x463156) is unknown color: approx Scarlet Gum. HEX triplet: 46, 31 and 56. RGB value is (70,49,86). Sum of RGB (Red+Green+Blue) = 70+49+86=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #463156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463156 is #B9CEA9. Grayscale: #3B3B3B. Windows color (decimal): -12177066 or 5648710. OLE color: 5648710.

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

Color convert

RGB704986-
CMYK0.190.4300.66
HSL274.05º27.41%26.47%-
HSV(B)274.05º43.02%33.73%-
XYZ5.34.179.33-
YUV59.5142.96135.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=34.15%
G=23.90%
B=41.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7049860.190.4300.66274.0527.4126.47
Hex463156132B0421121b1a
Octal10661126235301024223332
Binary1000110110001101011010011101011010000101000100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463156; }

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

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

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

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

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

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

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

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