#463B82

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

Shades of Dark Slate Blue #463B82

Tints of Dark Slate Blue #463B82

Color information

#463B82 (or 0x463B82) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3B and 82. RGB value is (70,59,130). Sum of RGB (Red+Green+Blue) = 70+59+130=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #463B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463B82 is #B9C47D. Grayscale: #464646. Windows color (decimal): -12174462 or 8534854. OLE color: 8534854.

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

Color convert

RGB7059130-
CMYK0.460.5500.49
HSL249.3º37.57%37.06%-
HSV(B)249.3º54.62%50.98%-
XYZ8.126.0421.86-
YUV70.38161.64127.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 59 (23.44% from 255) = 22.78%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=27.03%
G=22.78%
B=50.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70591300.460.5500.49249.337.5737.06
Hex463B822E37031f92625
Octal1067320256670613714645
Binary100011011101110000010101110110111011000111111001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,59,130); }

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

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

 a { background-color: rgb(70,59,130); }

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

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

 span { border-color: rgb(70,59,130); }

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