#463E97

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

Shades of Dark Slate Blue #463E97

Tints of Dark Slate Blue #463E97

Color information

#463E97 (or 0x463E97) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3E and 97. RGB value is (70,62,151). Sum of RGB (Red+Green+Blue) = 70+62+151=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #463E97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463E97 is #B9C168. Grayscale: #4A4A4A. Windows color (decimal): -12173673 or 9911878. OLE color: 9911878.

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

Color convert

RGB7062151-
CMYK0.540.5900.41
HSL245.39º41.78%41.76%-
HSV(B)245.39º58.94%59.22%-
XYZ9.836.9830.11-
YUV74.54171.15124.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 151 (59.38% from 255) = 53.36%
R=24.73%
G=21.91%
B=53.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70621510.540.5900.41245.3941.7841.76
Hex463E97363B029f52a2a
Octal1067622766730513655252
Binary100011011111010010111110110111011010100111110101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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