#463781

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

Shades of Dark Slate Blue #463781

Tints of Dark Slate Blue #463781

Color information

#463781 (or 0x463781) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 37 and 81. RGB value is (70,55,129). Sum of RGB (Red+Green+Blue) = 70+55+129=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #463781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463781 is #B9C87E. Grayscale: #434343. Windows color (decimal): -12175487 or 8468294. OLE color: 8468294.

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

Color convert

RGB7055129-
CMYK0.460.5700.49
HSL252.16º40.22%36.08%-
HSV(B)252.16º57.36%50.59%-
XYZ7.855.6221.44-
YUV67.92162.47129.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 129 (50.78% from 255) = 50.79%
R=27.56%
G=21.65%
B=50.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70551290.460.5700.49252.1640.2236.08
Hex4637812E39031fc2824
Octal1066720156710613745044
Binary100011011011110000001101110111001011000111111100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463781; }

 p { color: rgb(70,55,129); }

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

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

 a { background-color: rgb(70,55,129); }

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

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

 span { border-color: rgb(70,55,129); }

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