#463C80

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

Shades of Dark Slate Blue #463C80

Tints of Dark Slate Blue #463C80

Color information

#463C80 (or 0x463C80) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 3C and 80. RGB value is (70,60,128). Sum of RGB (Red+Green+Blue) = 70+60+128=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #463C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463C80 is #B9C37F. Grayscale: #464646. Windows color (decimal): -12174208 or 8404038. OLE color: 8404038.

HSL color Cylindrical-coordinate representation of color #463C80: hue angle of 248.82º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463C80 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7060128-
CMYK0.450.5300.50
HSL248.82º36.17%36.86%-
HSV(B)248.82º53.12%50.2%-
XYZ8.046.0921.17-
YUV70.74160.31127.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 60 (23.83% from 255) = 23.26%
BLUE value IS 128 (50.39% from 255) = 49.61%
R=27.13%
G=23.26%
B=49.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70601280.450.5300.50248.8236.1736.86
Hex463C802D35032f92425
Octal1067420055650623714445
Binary100011011110010000000101101110101011001011111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,60,128); }

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

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

 a { background-color: rgb(70,60,128); }

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

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

 span { border-color: rgb(70,60,128); }

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