#463B8B

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

Shades of Dark Slate Blue #463B8B

Tints of Dark Slate Blue #463B8B

Color information

#463B8B (or 0x463B8B) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3B and 8B. RGB value is (70,59,139). Sum of RGB (Red+Green+Blue) = 70+59+139=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #463B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463B8B is #B9C474. Grayscale: #474747. Windows color (decimal): -12174453 or 9124678. OLE color: 9124678.

HSL color Cylindrical-coordinate representation of color #463B8B: hue angle of 248.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463B8B is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7059139-
CMYK0.500.5800.45
HSL248.25º40.4%38.82%-
HSV(B)248.25º57.55%54.51%-
XYZ8.756.2925.18-
YUV71.41166.14127-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 59 (23.44% from 255) = 22.01%
BLUE value IS 139 (54.69% from 255) = 51.87%
R=26.12%
G=22.01%
B=51.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70591390.500.5800.45248.2540.438.82
Hex463B8B323A02Df82827
Octal1067321362720553705047
Binary100011011101110001011110010111010010110111111000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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