#463E93

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

Shades of Dark Slate Blue #463E93

Tints of Dark Slate Blue #463E93

Color information

#463E93 (or 0x463E93) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3E and 93. RGB value is (70,62,147). Sum of RGB (Red+Green+Blue) = 70+62+147=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #463E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463E93 is #B9C16C. Grayscale: #494949. Windows color (decimal): -12173677 or 9649734. OLE color: 9649734.

HSL color Cylindrical-coordinate representation of color #463E93: hue angle of 245.65º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463E93 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7062147-
CMYK0.520.5800.42
HSL245.65º40.67%40.98%-
HSV(B)245.65º57.82%57.65%-
XYZ9.516.8528.43-
YUV74.08169.15125.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=25.09%
G=22.22%
B=52.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70621470.520.5800.42245.6540.6740.98
Hex463E93343A02Af62929
Octal1067622364720523665151
Binary100011011111010010011110100111010010101011110110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,62,147); }

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

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

 a { background-color: rgb(70,62,147); }

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

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

 span { border-color: rgb(70,62,147); }

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