#463681

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

Shades of Dark Slate Blue #463681

Tints of Dark Slate Blue #463681

Color information

#463681 (or 0x463681) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 36 and 81. RGB value is (70,54,129). Sum of RGB (Red+Green+Blue) = 70+54+129=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #463681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463681 is #B9C97E. Grayscale: #434343. Windows color (decimal): -12175743 or 8468038. OLE color: 8468038.

HSL color Cylindrical-coordinate representation of color #463681: hue angle of 252.8º 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 #463681 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7054129-
CMYK0.460.5800.49
HSL252.8º40.98%35.88%-
HSV(B)252.8º58.14%50.59%-
XYZ7.815.5321.42-
YUV67.33162.8129.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 129 (50.78% from 255) = 50.99%
R=27.67%
G=21.34%
B=50.99%

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
Decimal70541290.460.5800.49252.840.9835.88
Hex4636812E3A031fd2924
Octal1066620156720613755144
Binary100011011011010000001101110111010011000111111101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463681; }

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

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

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

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

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

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

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

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