#463F82

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

Shades of Dark Slate Blue #463F82

Tints of Dark Slate Blue #463F82

Color information

#463F82 (or 0x463F82) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3F and 82. RGB value is (70,63,130). Sum of RGB (Red+Green+Blue) = 70+63+130=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #463F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F82 is #B9C07D. Grayscale: #484848. Windows color (decimal): -12173438 or 8535878. OLE color: 8535878.

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

Color convert

RGB7063130-
CMYK0.460.5200.49
HSL246.27º34.72%37.84%-
HSV(B)246.27º51.54%50.98%-
XYZ8.336.4721.93-
YUV72.73160.32126.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=26.62%
G=23.95%
B=49.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70631300.460.5200.49246.2734.7237.84
Hex463F822E34031f62326
Octal1067720256640613664346
Binary100011011111110000010101110110100011000111110110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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