#463682

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

Shades of Dark Slate Blue #463682

Tints of Dark Slate Blue #463682

Color information

#463682 (or 0x463682) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 36 and 82. RGB value is (70,54,130). Sum of RGB (Red+Green+Blue) = 70+54+130=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #463682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463682 is #B9C97D. Grayscale: #434343. Windows color (decimal): -12175742 or 8533574. OLE color: 8533574.

HSL color Cylindrical-coordinate representation of color #463682: hue angle of 252.63º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463682 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7054130-
CMYK0.460.5800.49
HSL252.63º41.3%36.08%-
HSV(B)252.63º58.46%50.98%-
XYZ7.875.5521.78-
YUV67.45163.3129.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=27.56%
G=21.26%
B=51.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70541300.460.5800.49252.6341.336.08
Hex4636822E3A031fd2924
Octal1066620256720613755144
Binary100011011011010000010101110111010011000111111101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463682; }

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

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

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

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

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

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

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

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