#463E7E

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

Shades of Dark Slate Blue #463E7E

Tints of Dark Slate Blue #463E7E

Color information

#463E7E (or 0x463E7E) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3E and 7E. RGB value is (70,62,126). Sum of RGB (Red+Green+Blue) = 70+62+126=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #463E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E7E is #B9C181. Grayscale: #474747. Windows color (decimal): -12173698 or 8273478. OLE color: 8273478.

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

Color convert

RGB7062126-
CMYK0.440.5100.51
HSL247.5º34.04%36.86%-
HSV(B)247.5º50.79%49.41%-
XYZ8.016.2520.52-
YUV71.69158.65126.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 126 (49.61% from 255) = 48.84%
R=27.13%
G=24.03%
B=48.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70621260.440.5100.51247.534.0436.86
Hex463E7E2C33033f82225
Octal1067617654630633704245
Binary10001101111101111110101100110011011001111111000100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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