#463D91

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

Shades of Dark Slate Blue #463D91

Tints of Dark Slate Blue #463D91

Color information

#463D91 (or 0x463D91) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3D and 91. RGB value is (70,61,145). Sum of RGB (Red+Green+Blue) = 70+61+145=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #463D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463D91 is #B9C26E. Grayscale: #484848. Windows color (decimal): -12173935 or 9518406. OLE color: 9518406.

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

Color convert

RGB7061145-
CMYK0.520.5800.43
HSL246.43º40.78%40.39%-
HSV(B)246.43º57.93%56.86%-
XYZ9.316.6827.59-
YUV73.27168.48125.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 61 (24.22% from 255) = 22.10%
BLUE value IS 145 (57.03% from 255) = 52.54%
R=25.36%
G=22.10%
B=52.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70611450.520.5800.43246.4340.7840.39
Hex463D91343A02Bf62928
Octal1067522164720533665150
Binary100011011110110010001110100111010010101111110110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,61,145); }

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

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

 a { background-color: rgb(70,61,145); }

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

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

 span { border-color: rgb(70,61,145); }

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