#463E95

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

Shades of Dark Slate Blue #463E95

Tints of Dark Slate Blue #463E95

Color information

#463E95 (or 0x463E95) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3E and 95. RGB value is (70,62,149). Sum of RGB (Red+Green+Blue) = 70+62+149=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #463E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463E95 is #B9C16A. Grayscale: #494949. Windows color (decimal): -12173675 or 9780806. OLE color: 9780806.

HSL color Cylindrical-coordinate representation of color #463E95: hue angle of 245.52º 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 #463E95 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7062149-
CMYK0.530.5800.42
HSL245.52º41.23%41.37%-
HSV(B)245.52º58.39%58.43%-
XYZ9.676.9229.26-
YUV74.31170.15124.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 62 (24.61% from 255) = 22.06%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=24.91%
G=22.06%
B=53.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70621490.530.5800.42245.5241.2341.37
Hex463E95353A02Af62929
Octal1067622565720523665151
Binary100011011111010010101110101111010010101011110110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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