#463C83

Color #463C83 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #463C83

Tints of Dark Slate Blue #463C83

Color information

#463C83 (or 0x463C83) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3C and 83. RGB value is (70,60,131). Sum of RGB (Red+Green+Blue) = 70+60+131=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #463C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463C83 is #B9C37C. Grayscale: #464646. Windows color (decimal): -12174205 or 8600646. OLE color: 8600646.

HSL color Cylindrical-coordinate representation of color #463C83: hue angle of 248.45º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #463C83 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7060131-
CMYK0.470.5400.49
HSL248.45º37.17%37.45%-
HSV(B)248.45º54.2%51.37%-
XYZ8.246.1722.23-
YUV71.08161.81127.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 60 (23.83% from 255) = 22.99%
BLUE value IS 131 (51.56% from 255) = 50.19%
R=26.82%
G=22.99%
B=50.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70601310.470.5400.49248.4537.1737.45
Hex463C832F36031f82525
Octal1067420357660613704545
Binary100011011110010000011101111110110011000111111000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463C83; }

 p { color: rgb(70,60,131); }

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

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

 a { background-color: rgb(70,60,131); }

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

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

 span { border-color: rgb(70,60,131); }

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