#463D95

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

Shades of Dark Slate Blue #463D95

Tints of Dark Slate Blue #463D95

Color information

#463D95 (or 0x463D95) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3D and 95. RGB value is (70,61,149). Sum of RGB (Red+Green+Blue) = 70+61+149=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #463D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463D95 is #B9C26A. Grayscale: #494949. Windows color (decimal): -12173931 or 9780550. OLE color: 9780550.

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

Color convert

RGB7061149-
CMYK0.530.5900.42
HSL246.14º41.9%41.18%-
HSV(B)246.14º59.06%58.43%-
XYZ9.626.8129.24-
YUV73.72170.48125.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 61 (24.22% from 255) = 21.79%
BLUE value IS 149 (58.59% from 255) = 53.21%
R=25%
G=21.79%
B=53.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70611490.530.5900.42246.1441.941.18
Hex463D95353B02Af62a29
Octal1067522565730523665251
Binary100011011110110010101110101111011010101011110110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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