#463E82

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

Shades of Dark Slate Blue #463E82

Tints of Dark Slate Blue #463E82

Color information

#463E82 (or 0x463E82) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3E and 82. RGB value is (70,62,130). Sum of RGB (Red+Green+Blue) = 70+62+130=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #463E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463E82 is #B9C17D. Grayscale: #474747. Windows color (decimal): -12173694 or 8535622. OLE color: 8535622.

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

Color convert

RGB7062130-
CMYK0.460.5200.49
HSL247.06º35.42%37.65%-
HSV(B)247.06º52.31%50.98%-
XYZ8.286.3621.91-
YUV72.14160.65126.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=26.72%
G=23.66%
B=49.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70621300.460.5200.49247.0635.4237.65
Hex463E822E34031f72326
Octal1067620256640613674346
Binary100011011111010000010101110110100011000111110111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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