#463E8E

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

Shades of Dark Slate Blue #463E8E

Tints of Dark Slate Blue #463E8E

Color information

#463E8E (or 0x463E8E) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3E and 8E. RGB value is (70,62,142). Sum of RGB (Red+Green+Blue) = 70+62+142=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #463E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463E8E is #B9C171. Grayscale: #494949. Windows color (decimal): -12173682 or 9322054. OLE color: 9322054.

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

Color convert

RGB7062142-
CMYK0.510.5600.44
HSL246º39.22%40%-
HSV(B)246º56.34%55.69%-
XYZ9.136.726.4-
YUV73.51166.65125.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=25.55%
G=22.63%
B=51.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70621420.510.5600.4424639.2240
Hex463E8E333802Cf62728
Octal1067621663700543664750
Binary100011011111010001110110011111000010110011110110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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