#463881

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

Shades of Dark Slate Blue #463881

Tints of Dark Slate Blue #463881

Color information

#463881 (or 0x463881) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 38 and 81. RGB value is (70,56,129). Sum of RGB (Red+Green+Blue) = 70+56+129=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #463881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463881 is #B9C77E. Grayscale: #444444. Windows color (decimal): -12175231 or 8468550. OLE color: 8468550.

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

Color convert

RGB7056129-
CMYK0.460.5700.49
HSL251.51º39.46%36.27%-
HSV(B)251.51º56.59%50.59%-
XYZ7.95.7221.46-
YUV68.51162.14129.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 129 (50.78% from 255) = 50.59%
R=27.45%
G=21.96%
B=50.59%

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
Decimal70561290.460.5700.49251.5139.4636.27
Hex4638812E39031fc2724
Octal1067020156710613744744
Binary100011011100010000001101110111001011000111111100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463881; }

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

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

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

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

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

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

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

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