#463E94

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

Shades of Dark Slate Blue #463E94

Tints of Dark Slate Blue #463E94

Color information

#463E94 (or 0x463E94) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3E and 94. RGB value is (70,62,148). Sum of RGB (Red+Green+Blue) = 70+62+148=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #463E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463E94 is #B9C16B. Grayscale: #494949. Windows color (decimal): -12173676 or 9715270. OLE color: 9715270.

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

Color convert

RGB7062148-
CMYK0.530.5800.42
HSL245.58º40.95%41.18%-
HSV(B)245.58º58.11%58.04%-
XYZ9.596.8928.84-
YUV74.2169.65125.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 148 (58.20% from 255) = 52.86%
R=25%
G=22.14%
B=52.86%

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
Decimal70621480.530.5800.42245.5840.9541.18
Hex463E94353A02Af62929
Octal1067622465720523665151
Binary100011011111010010100110101111010010101011110110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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