#463b90

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

Shades of Dark Slate Blue #463B90

Tints of Dark Slate Blue #463B90

Color information

#463B90 (or 0x463B90) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3B and 90. RGB value is (70,59,144). Sum of RGB (Red+Green+Blue) = 70+59+144=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #463B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463B90 is #B9C46F. Grayscale: #474747. Windows color (decimal): -12174448 or 9452358. OLE color: 9452358.

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

Color convert

RGB7059144-
CMYK0.510.5900.44
HSL247.76º41.87%39.8%-
HSV(B)247.76º59.03%56.47%-
XYZ9.126.4427.15-
YUV71.98168.64126.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 59 (23.44% from 255) = 21.61%
BLUE value IS 144 (56.64% from 255) = 52.75%
R=25.64%
G=21.61%
B=52.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70591440.510.5900.44247.7641.8739.8
Hex463B90333B02Cf82a28
Octal1067322063730543705250
Binary100011011101110010000110011111011010110011111000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463b90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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