#463E8A

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

Shades of Dark Slate Blue #463E8A

Tints of Dark Slate Blue #463E8A

Color information

#463E8A (or 0x463E8A) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3E and 8A. RGB value is (70,62,138). Sum of RGB (Red+Green+Blue) = 70+62+138=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #463E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463E8A is #B9C175. Grayscale: #484848. Windows color (decimal): -12173686 or 9059910. OLE color: 9059910.

HSL color Cylindrical-coordinate representation of color #463E8A: hue angle of 246.32º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #463E8A is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7062138-
CMYK0.490.5500.46
HSL246.32º38%39.22%-
HSV(B)246.32º55.07%54.12%-
XYZ8.846.5824.85-
YUV73.06164.65125.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 138 (54.30% from 255) = 51.11%
R=25.93%
G=22.96%
B=51.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70621380.490.5500.46246.323839.22
Hex463E8A313702Ef62627
Octal1067621261670563664647
Binary100011011111010001010110001110111010111011110110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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